Skip to content

Commit 6421cea

Browse files
authored
Update README.md
1 parent a5a8c02 commit 6421cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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-
### Search Algorithms (Coming Soon)
18+
### Search Algorithms
1919
- **Linear Search**
2020
- **Binary Search**
2121

0 commit comments

Comments
 (0)