feat: full list

This commit is contained in:
mpaulson 2022-08-04 19:41:21 -06:00
parent b1ec6b10af
commit 89c847eb4c

View file

@ -1,5 +1,25 @@
module.exports = { module.exports = {
dsa: [ dsa: [
"LinearSearchList",
"BinarySearchList",
"TwoCrystalBalls",
"BubbleSort",
"DoublyLinkedList",
"Queue",
"Stack",
"ArrayList",
"MazeSolver",
"QuickSort",
"BTPreOrder",
"BTInOrder",
"BTPostOrder",
"BTBFS",
"CompareBinaryTrees",
"DFSOnBST",
"DFSGraphList",
"Trie",
"BFSGraphMatrix",
"Map",
"MinHeap", "MinHeap",
], ],
} }