DSA Visualization is a project on data structures and algorithms. In this project all points of data structures and algorithms like as working approach, properties, operations, applications, advantages and disadvantages are well explained and visualize the operations for better understanding.
Visualization is the better way to understand of the things
If you like this project, please leave me a star. ★
graph TD;
DSA-Visualization-->Data-Structure;
DSA-Visualization-->Algorithms;
Data-Structure-->Linear;
Data-Structure-->Non-linear;
Linear-->Array;
Linear-->Stack;
Linear-->Queue;
Linear-->Linked-List;
Non-linear-->Tree;
Non-linear-->Graph;
Non-linear-->Trie;
Non-linear-->Hash-Table;
Algorithms-->Sorting;
Algorithms-->Searching;
Algorithms-->Divide-And-Conquer;
Algorithms-->Recursive;
Algorithms-->Dynamic-Programming;
Algorithms-->Greedy;
Algorithms-->Backtracking;
Algorithms-->Hashing;
-
- Linear Data Structures
- Non-linear Data Structures
-
- Sorting
- Selection Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Counting Sort
- Radix Sort
- Bucket Sort
- Shell Sort
- Heap Sort
- Searching
- Linear Search
- Binary Search
- Jump Search
- Interpolation Search
- Exponential Search
- Fibonacci Search
- Divide and Conquer
- Merge Sort
- Quick Sort
- Strassen's Algorithm
- Closest Pair of Points
- Karatsuba Algorithm
- Recursive
- Dynamic Programming
- Greedy
- Backtracking
- Hashing
- Randomized
- Sorting
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please read the Contribute guide
Do star, fork and share the repo to show your support, it would help others too!
Let me know your views or any changes or improvements or contribute to make better for others
❤️ Thank you all for Forking this repository and contribute ❤️