feat: small change
This commit is contained in:
parent
b83a3f379b
commit
b1ec6b10af
5 changed files with 6 additions and 25 deletions
|
|
@ -1,25 +1,6 @@
|
|||
module.exports = {
|
||||
dsa: [
|
||||
"LinearSearchList",
|
||||
"BinarySearchList",
|
||||
"TwoCrystalBalls",
|
||||
"BubbleSort",
|
||||
"DoublyLinkedList",
|
||||
"Queue",
|
||||
"Stack",
|
||||
"ArrayList",
|
||||
"MazeSolver",
|
||||
"QuickSort",
|
||||
"BTPreOrder",
|
||||
"BTInOrder",
|
||||
"BTPostOrder",
|
||||
"BTBFS",
|
||||
"CompareBinaryTrees",
|
||||
"DFSOnBST",
|
||||
"DFSGraphList",
|
||||
"Trie",
|
||||
"BFSGraphMatrix",
|
||||
"Map",
|
||||
"MinHeap",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue