What is an recursive algorithm?
No Answer is Posted For this Question
Be the First to Post Answer
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 ].
List out the advantages of using a linked list?
What is a matrix? Explain its uses with an example
How expression trees are gets represented in data structure?
What happens if we put a key object in a hashmap which exists?
What is a map in programming?
Can we insert null in set?
Define static data structures?
Difference between arraylist and linkedlist?
input function and output function in c language
Is char array null terminated?
how to delete first node from singly linked list?