Skip to content

Commit a5a8c02

Browse files
authored
Update README.md
1 parent b0488a8 commit a5a8c02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ The project is built using [React](https://reactjs.org/) and [Vite](https://vite
1212
### Sorting Algorithms
1313
1. **Bubble Sort**: Watch as the simplest sorting algorithm compares and swaps elements to sort the array.
1414
2. **Quick Sort**: See the divide-and-conquer approach in action, partitioning arrays and recursively sorting the partitions.
15+
3. **Insertion Sort**: This approach inserts each element into an interatively produced sorted array.
16+
4. **Merge Sort**: A recursive divide-and-conquer algorithm that iteratively merges and sorts larger and larger sub-arrays.
1517

1618
### Search Algorithms (Coming Soon)
1719
- **Linear Search**

0 commit comments

Comments
 (0)