Mention the steps to insert data at the starting of a singly linked list?
Does treemap sort on key or value?
Is list an array?
Why is arraylist faster than linkedlist?
What is binary tree in discrete mathematics?
What is the type of the algorithm used in solving the 8 Queens problem?
What is the minimum number of queues that can be used to implement a priority queue?
Can you change size of array once created?
Which is the parent class of list<e> class?
What are skew trees? For a tree with 4 nodes draw all possible binary? Generalize for n nodes how many binary trees can be drawn?
Construct a doubly linked list using a single pointer in each node?
How do you perform a merge sort?
What is indexing an array?