Data Structures and Algorithms play a major role in our programming world. Series of data structure topics like linked list, stack, queues, trees, graphs, etc. We have used very simple language and examples to help you better understand the problem. So let’s get started and we really hope that it will be worth spending your valuable time reading these tutorials.
Note :- All the tutorials already visited/read will be marked in red color.
Linked List
- Introduction to Linked List – Explanation and Implementation
- Insertion to Linked List – Explanation, Types and Implementation
- Deletion from Linked List – Explanation, Types and Implementation
- Linked List reversal – Implementation and Explanation
- Linked List Types – Explanation
- Circular Linked List – Explanation and Implementation
- Doubly Linked List – Explanation and Implementation
- Memory Efficient Doubly Linked List – Explanation and Implementation
Stack/Queues
- Stack – Introduction, Explanation and Implementation
- Queue – Introduction, Explanation and Implementation
- Priority Queue – Introduction, Explanation and Implementation
Trees
- Tree – Introduction, Terminologies and Explanation
- Binary Tree – Introduction, Explanation and Implementation
- Tree Traversal – BFS and DFS – Introduction, Explanation and Implementation
- How to Insert, Delete and traverse a Binary Search Tree – Explanation with example
- AVL Tree – Introduction to rotations and its implementation
Heap
Graphs
- Graph – Introductions, Explanations and Applications
- Multiple ways to represent a Graph
- Graph Traversal – Explanation and Implementation
- Application of Graph – Shortest Path Problems
- Application of Graph – Minimum Spanning Tree
Miscellaneous
- A complete guide to hashing and collision resolution strategy
- A guide to “Separate Chaining” and its implementation in C
- A Complete Guide to Open Addressing & its Classification to eliminate Collisions
Since you have reached here, we hope you like the tutorial series, do comment out your findings and how helpful the tutorials were or any concerns, issues etc.
Share them with your friends and the world. 🙂