List the area of applications of data structure.



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

Post New Answer

More Data Structures Interview Questions

Write the procedure to convert general tree to binary tree?

1 Answers  


Can we extend an array after initialization?

1 Answers  


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 ].

1 Answers  


Describe the types of data structures?

1 Answers  


How would you use bsearch() function to search a name stored in array of pointers to string?

1 Answers  


In tree construction which is the suitable efficient data structure?

1 Answers  


What data type is array?

1 Answers  


Is bubble sort faster than selection sort?

1 Answers  


What is top in stack?

1 Answers  


State the rules to be followed during infix to postfix conversions?

1 Answers  


Which process places data at the back of the queue?

1 Answers  


What is the limit of arraylist?

1 Answers  


Categories