Data Structure - TCCI Data structures play a central role in modern computer science. You interact with data structures even more often than with algorithms (think Google, your mail server, and even your network routers).
Efficient data structures are key for designing efficient algorithms and obtaining maintainable software design. To construct efficient algorithms efficient data structure is key factor. We teach following topics: 1. Introduction to Data Structure
2. Types of Data Structure 3. Array 4. Stack 5. Queue 6. Link List 7. Tree 8. Graph 9. Sorting
a. Bubble