Problems for practicals: binary search trees
Требуемые условия завершения
- Describe an implementation of Pred and Succ operations on the binary search trees
- Show that walking the complete binary tree using operation Succ needs time Θ(n).
- Describe algorithm that given an ordered array of elements constructs perfectly balanced binary search tree.
Последнее изменение: среда, 1 апреля 2020, 17:50