File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
8080 * ` B ` [ Linear Search] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/search/linear-search )
8181 * ` B ` [ Binary Search] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/search/binary-search )
8282* ** 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 )
8585 * ` B ` [ Insertion Sort] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/sorting/insertion-sort )
8686 * ` B ` [ Heap Sort] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/sorting/heap-sort )
8787 * ` 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