If you are using c language to implement the heterogeneous linked list, what pointer type should be used?
What is indexing an array?
Tell me about the different sorting techniques.
Is duplicate allowed in hashmap?
write a program to accept name & sort them?
What is data type with example?
Write a program to insert an element and in the specific position in the array?
How does a binary search work?
What is homogeneous array?
Why linked list is required?
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.
What are the advantages of merge sort?
Which is best book for data structures?