What will you prefer for traversing through a list of elements between singly and doubly linked lists?
879Post New Data Structures Questions
What are skew trees? For a tree with 4 nodes draw all possible binary? Generalize for n nodes how many binary trees can be drawn?
What is the best case complexity of quicksort?
When is a graph said to be weakly connected?
What sorting algorithm should be used for sorting strings?
How to sort 1 million floating point numbers?
How is heap sort implemented?
What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?
What is the need for path compression?
State the properties of b tree.
What are the basic data structures?
If you do not initialize an array what will happen?
What do you understand by doubly linked list?
What is the difference between an array and vector?
Can you tell me the differences between Array and ArrayList?
What is the capacity of arraylist?