How can you insert a node to the beginning of a singly linked list?
Explain heapsort. What is its complexity?
Write code for reversing a linked list.
Differentiate null and void?
Which interfaces are implemented by abstractsequentiallist?
How do you sort an array in decreasing order?
Define data type and what are the types of data type?
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 is stack and queue in data structure?
What is data structure and why we need it?
What is static array?
What is the minimization factor and time complexity of b-tree?
How do I rearrange rows in numbers?