Skip to content

Commit 0f7f0ec

Browse files
committed
FEAT: Implement AVLT_Insertion&Search #85
Refer to last two post and look up PR #85 Authored by: StaticSound @JarrettChen217, @XinMoZ, @junhaozhu1, @Lafinoon, @JiayiSun666 Minor fixes: - test name formatting - AVL in Menu bar
1 parent a5c2671 commit 0f7f0ec

File tree

10 files changed

+5
-172
lines changed

10 files changed

+5
-172
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ yarn-error.log*
2424
# Remove Docs
2525
/docs
2626
/tests
27+
28+
# IDEs
29+
/.idea
30+
/.vscode

.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/workspace.xml

Lines changed: 0 additions & 109 deletions
This file was deleted.

.vscode/extensions.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

.vscode/launch.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "react-scripts test",
1717
"test-uf": "npm test -- ./src/algorithms/controllers/unionFind.test.js",
1818
"test-234t": "npm test -- ./src/algorithms/controllers/TTFTree.test.js",
19-
"test_avl": "npm test -- ./src/algorithms/controllers/AVLTree.test.js",
19+
"test-avl": "npm test -- ./src/algorithms/controllers/AVLTree.test.js",
2020
"test-url": "npm test -- ./src/algorithms/parameters/helpers/urlHelpers.test.js"
2121
},
2222
"husky": {

0 commit comments

Comments
 (0)