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 e44df28 commit 8d8843cCopy full SHA for 8d8843c
README.md
@@ -60,7 +60,7 @@ graph TD;
60
- **Sorting**
61
- [Selection Sort](https://github.com/raj-rathod/DSA-visualisation-in-angular/tree/main/src/app/components/Algorithms/sorting/selection-sort/README.md)
62
- [Insertion Sort](https://github.com/raj-rathod/DSA-visualisation-in-angular/tree/main/src/app/components/Algorithms/sorting/insertion-sort/README.md)
63
- - [Merge Sort] (https://github.com/raj-rathod/DSA-visualisation-in-angular/tree/main/src/app/components/Algorithms/sorting/merge-sort/README.md)
+ - [Merge Sort](https://github.com/raj-rathod/DSA-visualisation-in-angular/tree/main/src/app/components/Algorithms/sorting/merge-sort/README.md)
64
- Quick Sort
65
- Counting Sort
66
- Radix Sort
0 commit comments