Define a linear data structure.
How can we delete the first node from the singly linked list?
What are the benefits of using arrays?
How to reverse a linked list iterative algorithm?
What is tree in computer science?
Evaluate the following prefix expression " ++ 26 + - 1324" (Similar types can be asked)
Why is sorting necessary?
Write programs for Bubble Sort, Quick sort
What is hashing with example?
What is a node in it?
What is unbounded queue?
How does a selection sort work for an array?
What is merge sort and how it works?