CS Electrical And Electronics
@cselectricalandelectronics

Applications of Data Structures

All QuestionsCategory: Data StructureApplications of Data Structures
Anonymous asked 2 years ago
1 Answers
Anonymous answered 2 years ago

1. Sorting
2. Searching
3. Game Theory
4. Networks
5. Neural Networks
6. Digital Image Processing
7. Design of Operating System
8. Design of System Software’s like Loader,Linker,Assembler,Compiler,so on…
9. Social Network Portals like FaceBook, Twitter, Linkedin and etc.
10. Coloring problem.
11. Finding the Shortest path of a given Directed graph
12. To find the Graph is Connected or not.
13. Finding the Optimization Solution for Travelling Salesperson Problem.
14. Finding Single Shortest path of a given Directed Graph.