feat: full list
This commit is contained in:
parent
b1ec6b10af
commit
89c847eb4c
1 changed files with 20 additions and 0 deletions
|
|
@ -1,5 +1,25 @@
|
|||
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