feat: prims basic implementation without PQ
This commit is contained in:
parent
c0ce0f15d9
commit
d9d8d06b8a
5 changed files with 4195 additions and 335 deletions
|
|
@ -14,10 +14,13 @@
|
|||
"typescript": "^4.7.4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest DFSOnBST LRU LinearSearchList BinarySearchList TwoCrystalBalls BubbleSort DoublyLinkedList Queue Stack ArrayList MazeSolver QuickSort BTPreOrder BTInOrder BTPostOrder BTBFS CompareBinaryTrees DFSOnBST DFSGraphList Trie BFSGraphMatrix Map MinHeap",
|
||||
"test": "jest PrimsList",
|
||||
"clear": "node ./scripts/clear.js",
|
||||
"prettier": "prettier --write ./src",
|
||||
"generate": "node ./scripts/generate.js",
|
||||
"day": "echo src\\day2"
|
||||
"day": "echo src/day4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@swc-node/register": "^1.6.7"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue