Computer Science II

_____ A doubly linked list permits traversal in both forward and backward directions _____ A doubly linked list doubles the algorithm complexity of the operations over a singly linked list. _____ Most operations on a binary tree depends on the depth of the tree which is logarithmic to its capacity. ................
................