Total Questions : 50
Expected Time : 50 Minutes

1. In graph theory, what does the 'articulation point' of a graph represent?

2. What is the main purpose of a hash function in a hash table?

3. In the context of data structures, what is the purpose of an adjacency matrix?

4. What distinguishes a tree from other data structures?

5. What distinguishes a 'skip list' from a regular linked list?

6. What is the primary advantage of using a Fibonacci heap over other heap data structures?

7. What is the primary purpose of a binary search in data structures?

8. In graph theory, what does the 'degree' of a node represent?

9. What distinguishes an AVL tree from other types of binary search trees?

10. In a binary tree, how many children can a node have?

11. In the context of data structures, what is the 'in-order traversal' of a binary tree?

12. What is the purpose of the 'Floyd-Warshall algorithm' in graph theory?

13. In the context of data structures, what is a B* tree commonly used for?

14. What is the time complexity of searching in a balanced binary search tree?

15. What is the primary advantage of using a hash table in data structures?

16. In the context of data structures, what is the 'post-order traversal' of a binary tree?

17. In the context of data structures, what is the primary purpose of a van Emde Boas tree?

18. What distinguishes a splay tree from other binary search trees?

19. What is the purpose of the 'top' in a stack data structure?

20. In the context of data structures, what is the key characteristic of a B-tree?

21. What is the significance of the 'null' pointer in data structures?

22. In the context of data structures, what is a 'Doubly Connected Edge List' (DCEL)?

23. In graph theory, what is the purpose of Dijkstra's algorithm?

24. In the context of data structures, what does 'deterministic' mean?

25. In a linked list, what is the difference between singly linked and doubly linked lists?

26. Which of the following operations is common to both stacks and queues?

27. What is the time complexity of the Floyd-Warshall algorithm for all-pairs shortest paths?

28. In the context of data structures, what is the main advantage of using an 'interval tree'?

29. What is the time complexity of inserting an element into a binary heap?

30. What is the key characteristic of a priority queue?

31. What is the key characteristic of a stack data structure?

32. What is the purpose of a binary heap in data structures?

33. What is the primary advantage of using a Treap data structure?

34. In a linked list, how are elements typically accessed?

35. In graph theory, what is the purpose of a maximum flow algorithm?

36. What is the purpose of the 'Bloom filter' in data structures?

37. What is the primary advantage of using a heap over a binary search tree?

38. What is the primary function of a doubly linked list?

39. What distinguishes a wavelet tree from other tree structures?

40. In the context of data structures, what is the 'pre-order traversal' of a binary tree?

41. What is the role of the 'head' in a linked list?

42. In array-based representation of a queue, how is the 'front' of the queue typically implemented?

43. In the context of data structures, what is the primary purpose of an 'augmented tree'?

44. In the context of data structures, what does 'linear time complexity' mean?

45. What distinguishes a rope data structure from a regular string?

46. What is the primary advantage of using a hash table over an array?

47. In the context of data structures, what is the 'link/cut tree' used for?

48. Which data structure is used to implement recursion?

49. In the context of data structures, what is the purpose of a persistent segment tree?

50. In the context of data structures, what is the primary advantage of using an implicit treap?