File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ a set of rules that precisely define a sequence of operations.
80
80
* ` B ` [ Linear Search] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/search/linear-search )
81
81
* ` B ` [ Binary Search] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/search/binary-search )
82
82
* ** Sorting**
83
- * ` B ` [ Bubble Sort] ( https://github.com/trekhleb/javascript-algorithms/tree/master/ src/algorithms/sorting/bubble-sort)
84
- * ` B ` [ Selection Sort] ( https://github.com/trekhleb/javascript-algorithms/tree/master/ src/algorithms/sorting/selection-sort)
83
+ * ` B ` [ Bubble Sort] ( src/algorithms/sorting/bubble-sort )
84
+ * ` B ` [ Selection Sort] ( src/algorithms/sorting/selection-sort )
85
85
* ` B ` [ Insertion Sort] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/sorting/insertion-sort )
86
86
* ` B ` [ Heap Sort] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/sorting/heap-sort )
87
87
* ` B ` [ Merge Sort] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/sorting/merge-sort )
You can’t perform that action at this time.
0 commit comments