Data Structure
Data structures are a way of organizing and storing data in a computer so that it can be accessed and modified efficiently. Different types of data structures are suited to different kinds of applications, and some are highly specialized to specific tasks.

- Introduction to Data Structure
- Linked List
- Stack
- Queue
- Binary Tree
- Graph