File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ The project is built using [React](https://reactjs.org/) and [Vite](https://vite
15153 . ** Insertion Sort** : This approach inserts each element into an interatively produced sorted array.
16164 . ** Merge Sort** : A recursive divide-and-conquer algorithm that iteratively merges and sorts larger and larger sub-arrays.
1717
18+ ![ ] ( https://github.com/A-Georgiou/Algorithm-Visualiser/blob/main/examples/SortingAlgorithmExample.gif )
19+
1820### Search Algorithms
1921- ** Linear Search**
2022- ** Binary Search**
@@ -25,15 +27,21 @@ The project is built using [React](https://reactjs.org/) and [Vite](https://vite
25273 . ** Breadth-First Search (BFS)** : Explore the graph level by level.
26284 . ** Depth-First Search (DFS)** : Dive deep into the graph to find a path.
2729
30+ ![ Drawing Example] ( https://github.com/A-Georgiou/Algorithm-Visualiser/blob/main/examples/DrawnAlgorithmExample.gif )
31+
2832### Maze Generation Algorithms
2933- ** Recursive Division**
3034- ** Randomized Prim's Algorithm**
3135- ** Randomized Kruskal's Algorithm**
3236
37+ ![ Pathfinding Example] ( https://github.com/A-Georgiou/Algorithm-Visualiser/blob/main/examples/PathfindingExample.gif )
38+
3339### Graph Algorithms (Coming Soon)
3440- ** Minimum Spanning Tree (Prim's and Kruskal's)**
3541- ** Topological Sort**
3642
43+ ![ Graph Example] ( https://github.com/A-Georgiou/Algorithm-Visualiser/blob/main/examples/GraphAlgorithmExample.gif )
44+
3745## Getting Started
3846
3947To get a local copy up and running, follow these steps:
You can’t perform that action at this time.
0 commit comments