The-Last-Algorithms-Course-.../ligma.config.js

26 lines
509 B
JavaScript

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