In what data structures are pointers applied?
What is a graph?
Differentiate stack from array?
Give a basic algorithm for searching a binary search tree?
What is the minimum number of queues needed when implementing a priority queue?
What is the advantage of the heap over a stack?
What are the parts of a linked list?
Differentiate null and void?
How do you insert a new item in a binary search tree?
What is a bubble sort and how do you perform it?
What is the difference between a push and a pop?
How does dynamic memory allocation help in managing data?
Which data structures are applied when dealing with a recursive function?
How do you search for a target key in a linked list?
Do all declaration statements result in a fixed reservation in memory?