Write the procedure to convert general tree to binary tree?
No Answer is Posted For this Question
Be the First to Post Answer
Discuss how to implement queue using stack.
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 unmodifiable list?
Traverse the given tree using Inorder, Preorder and Postorder traversals. Inorder : D H B E A F C I G J Preorder: A B D H E C F G I J Postorder: H D E B F I J G C A
What is merge sort and how it works?
If you are using c language to implement the heterogeneous linked list, explain what pointer type will you use?
applications of linked lists and mostly used linked list?
What is application of data structure?
Define a set?
Discuss the difference between a stack and an Array?
Is stack a dynamic data structure?
Is list same as array?