There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?
No Answer is Posted For this Question
Be the First to Post Answer
What is heap with example?
Write an algorithm through which the inserting and deleting of elements can take place in circular queue?
You want to insert a new item in a binary search tree. How would you do it?
Does treemap allow null keys?
Why do we use sorting?
What is faster array or arraylist?
How many passes are required in bubble sort?
an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
How can I study data structures and algorithms?
Which sorting algorithm is best for large data?
How much time does it take to learn data structures?
Why is it called bubble sort?