Skip to content

Commit 8576d21

Browse files
authored
FEAT: Implement MSD Radix Sort #83 from kraklo/feature/msd-radix-sort
Authored by: Radix Sort Team @kraklo, @kam-zhan-yue, and others (cause I cant find your tags ._.)
2 parents 0f7f0ec + a584386 commit 8576d21

File tree

15 files changed

+614
-35
lines changed

15 files changed

+614
-35
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"start:default": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
1515
"start:win32": "SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
1616
"test": "react-scripts test",
17+
"test-msdrs": "npm test -- ./src/algorithms/controllers/MSDRadixSort.test.js",
1718
"test-uf": "npm test -- ./src/algorithms/controllers/unionFind.test.js",
1819
"test-234t": "npm test -- ./src/algorithms/controllers/TTFTree.test.js",
1920
"test-avl": "npm test -- ./src/algorithms/controllers/AVLTree.test.js",

0 commit comments

Comments
 (0)