forked from ThePrimeagen/kata-machine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathligma.config.js
29 lines (28 loc) · 833 Bytes
/
ligma.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module.exports = {
dsa: [
// "DFSOnBST",
// "LRU",
// "LinearSearchList",
// "BinarySearchList",
// "TwoCrystalBalls",
// "BubbleSort",
// "SinglyLinkedList",
// "DoublyLinkedList",
// "Queue",
// "Stack",
//"ArrayList",
//"MazeSolver",
//"QuickSort",
// "BTPreOrder",
// "BTInOrder",
// "BTPostOrder",
// "BTBFS",
// "CompareBinaryTrees",
// "DFSOnBST",
// "DFSGraphList",
// "Trie",
// "BFSGraphMatrix",
// "Map",
"MinHeap",
],
}