Skip to content

Commit 1cc57ba

Browse files
authored
Update README.md
1 parent 1389935 commit 1cc57ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ The project is built using [React](https://reactjs.org/) and [Vite](https://vite
1515
3. **Insertion Sort**: This approach inserts each element into an interatively produced sorted array.
1616
4. **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
2527
3. **Breadth-First Search (BFS)**: Explore the graph level by level.
2628
4. **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

3947
To get a local copy up and running, follow these steps:

0 commit comments

Comments
 (0)