What are different sorting algorithms?
How dynamic arrays are created?
Define depth and height of a node?
what is a complexity of linear search,binery search?
What is difference between array and string?
Which sorting algorithm is worst?
Why is hashing used?
What does a bubble chart show?
Why do we use dynamic arrays?
What is a map programming?
Is hashtable better than dictionary?
Give a good data structure for having n queues ( n not fixed) in a finite memory segment. You can have some data-structure separate for each queue. Try to use at least 90% of the memory space.
Why do we use linked lists?