Answer Posted / shilpa
logical description of both data and operation that can be
performed on the data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the default value of Array?
Describe what is Node in link list? And name the types of Linked Lists?
What is adt in data structure?
What is stack and its operations?
What is scalar data type?
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 data structure underlies a python list?
What are the types of algorithms?
What do you mean by hash table?
How do you sort a map by key?
What is stable sorting method?
How do you initialize an arraylist?
What is a spanning tree?does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?
How would you check if a binary tree is BST or not ? Write a program.
What do you mean by free pool?