mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-12-19 08:59:05 +08:00
Update READMEs.
This commit is contained in:
@@ -8,3 +8,7 @@ The pass through the list is repeated until no swaps
|
||||
are needed, which indicates that the list is sorted.
|
||||
|
||||

|
||||
|
||||
## References
|
||||
|
||||
[Wikipedia](https://en.wikipedia.org/wiki/Bubble_sort)
|
||||
|
||||
@@ -10,3 +10,6 @@ sort.
|
||||
|
||||

|
||||
|
||||
## References
|
||||
|
||||
[Wikipedia](https://en.wikipedia.org/wiki/Insertion_sort)
|
||||
|
||||
@@ -12,3 +12,7 @@ memory is limited.
|
||||

|
||||
|
||||

|
||||
|
||||
## References
|
||||
|
||||
[Wikipedia](https://en.wikipedia.org/wiki/Selection_sort)
|
||||
|
||||
Reference in New Issue
Block a user