File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,17 @@ There might still be some personal comments added for my learning purposes.
25
25
[ ` Solution ` ] ( https://github.com/edignot/algorithm-data-structure-practice/blob/master/src/power-of-two/power-of-two.js )
26
26
[ ` Test file ` ] ( https://github.com/edignot/algorithm-data-structure-practice/blob/master/src/power-of-two/power-of-two.test.js )
27
27
28
+ - ** Sorting**
29
+ * Merge Sort
30
+ [ ` Solution ` ] ( https://github.com/edignot/algorithm-data-structure-practice/blob/master/src/sorting/sorting.js )
31
+ [ ` Test file ` ] ( https://github.com/edignot/algorithm-data-structure-practice/blob/master/src/sorting/sorting.test.js )
32
+ * Quick Sort
33
+ [ ` Solution ` ] ( https://github.com/edignot/algorithm-data-structure-practice/blob/master/src/sorting/sorting.js )
34
+ [ ` Test file ` ] ( https://github.com/edignot/algorithm-data-structure-practice/blob/master/src/sorting/sorting.test.js )
35
+ * Bubble Sort
36
+ [ ` Solution ` ] ( https://github.com/edignot/algorithm-data-structure-practice/blob/master/src/sorting/sorting.js )
37
+ [ ` Test file ` ] ( https://github.com/edignot/algorithm-data-structure-practice/blob/master/src/sorting/sorting.test.js )
38
+
28
39
29
40
## Usage
30
41
- Clone this repo
You can’t perform that action at this time.
0 commit comments