What are the different types of hash functions?
Explain pre-order and in-order tree traversal.
Differentiate between the singly linked list and doubly linked list.
What is return map?
What are the basic operations of stack?
Is char array null terminated?
What is the easiest sorting method to use in data structures?
What is the minimum number of queues needed when implementing a priority queue?
What is the height of an empty tree?
What is hash data type?
Explain how to find 3rd element from end in a linked list in one pass?
Draw the B-tree of order 3 created by inserting the following data arriving in sequence – 92 24 6 7 11 8 22 4 5 16 19 20 78
Can hashset contain null?