What is difference between list and linked list?
No Answer is Posted For this Question
Be the First to Post Answer
Define a binary search tree?
What is red black tree in data structure?
What are binary trees?
Can you list out the areas in which data structures are applied extensively?
ple.. briefly describe the purpose of having a base case and a recursive case in a recursive algorithm
What sort does arrays sort use?
Describe the complexity of Binary search
Are linked lists useful?
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 ].
What is type structure?
What is scalar data type?
How to use appendNode() in linkedlist()?