We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a8c02 commit 6421ceaCopy full SHA for 6421cea
README.md
@@ -15,7 +15,7 @@ The project is built using [React](https://reactjs.org/) and [Vite](https://vite
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.
17
18
-### Search Algorithms (Coming Soon)
+### Search Algorithms
19
- **Linear Search**
20
- **Binary Search**
21
0 commit comments