Data Structures
Home >> Data Structures
Arrays / Matrix
Please leave a comment below if you like this post or found some errors, it will help me to improve my content.
Data Structures
Data Structures are used to store data in a specific order. The following chapters explain the Data Structures.
Arrays / Matrix
String
Linked List
Graph
- Introduction to Graph Data Structure
- Graph Representation Using Adjacency List
- Graph Representation using Adjacency Matrix
Stack
Tree
- Introduction to Binary Tree
- Binary Tree Pre-Order Traversal
- Binary Tree In-Order Traversal
- Binary Tree Post-Order Traversal
- Binary Tree Level Order Traversal
- Introduction to Binary Search Tree
- Search in a Binary Search Tree
- Insert into a Binary Search Tree
- Delete Node in a Binary Search Tree
- Introduction to N-ary Tree
- Preorder Traversal of N-ary Tree
- Postorder Traversal of N-ary Tree
- Level Order Traversal of N-ary Tree
- Introduction to Trie Data Structure
Hash Set
Hash Map
Others
Comments
Post a Comment