List the area of applications of data structure.
Answer / Vivekanand Sharma
Data Structures are essential in various areas such as Algorithm Design, Operating Systems (Process Scheduling, Memory Management), Compiler Construction, Database Management Systems, Network Protocols, Graphics and Computer Graphics, AI (Artificial Intelligence) etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write the procedure to convert general tree to binary tree?
Can we extend an array after initialization?
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 ].
Describe the types of data structures?
How would you use bsearch() function to search a name stored in array of pointers to string?
In tree construction which is the suitable efficient data structure?
What data type is array?
Is bubble sort faster than selection sort?
What is top in stack?
State the rules to be followed during infix to postfix conversions?
Which process places data at the back of the queue?
What is the limit of arraylist?