feat: prims algorithm
This commit is contained in:
parent
66e1e54c52
commit
8b5cbd2e91
19 changed files with 160 additions and 62 deletions
10
prettier.config.js
Normal file
10
prettier.config.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module.exports = {
|
||||
tabWidth: 4,
|
||||
printWidth: 80,
|
||||
proseWrap: "never",
|
||||
trailingComma: "all",
|
||||
singleQuote: false,
|
||||
semi: true,
|
||||
};
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue