Data structures are particular methods of organizing data in a computer system for efficient operations on the data. An unstructured data will not have a defined data model or appropriately organized for operations or interpretation.
- Array
- Linked List
- Stack
- Queue
- Binary Tree
- Binary Search Tree
- Heap
- Hashing
- Graph
- Matrix

