Update READMEs.

This commit is contained in:
Oleksii Trekhleb
2018-05-21 21:48:35 +03:00
parent 2185212527
commit f966ef5d5d
25 changed files with 34 additions and 30 deletions

View File

@@ -11,4 +11,5 @@ are needed, which indicates that the list is sorted.
## References
[Wikipedia](https://en.wikipedia.org/wiki/Bubble_sort)
- [Wikipedia](https://en.wikipedia.org/wiki/Bubble_sort)
- [YouTube](https://www.youtube.com/watch?v=6Gv8vg0kcHc&index=27&t=0s&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8)

View File

@@ -24,4 +24,5 @@ emulate merge sort (top-down).
## References
[Wikipedia](https://en.wikipedia.org/wiki/Merge_sort)
- [Wikipedia](https://en.wikipedia.org/wiki/Merge_sort)
- [YouTube](https://www.youtube.com/watch?v=KF2j-9iSf4Q&index=27&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8)

View File

@@ -25,4 +25,5 @@ The horizontal lines are pivot values.
## References
[Wikipedia](https://en.wikipedia.org/wiki/Quicksort)
- [Wikipedia](https://en.wikipedia.org/wiki/Quicksort)
- [YouTube](https://www.youtube.com/watch?v=SLauY6PpjW4&index=28&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8)