We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f732ac commit ac2d261Copy full SHA for ac2d261
doc-config.json
@@ -4,14 +4,15 @@
4
},
5
"source": {
6
"include": [
7
- "./src/graphs/searching/",
+ "./src/combinatorics/",
8
+ "./src/data-structures/",
9
+ "./src/graphics/",
10
"./src/graphs/others/",
11
+ "./src/graphs/searching/",
12
"./src/graphs/shortest-path/",
13
"./src/graphs/spanning-trees/",
- "./src/data-structures/",
- "./src/combinatorics/",
- "./src/primes/",
14
"./src/others/",
15
+ "./src/primes/",
16
"./src/searching/",
17
"./src/sets/",
18
"./src/shuffle/",
@@ -29,4 +30,4 @@
29
30
"private": false,
31
"readme": "./readme.md"
32
}
-}
33
+}
0 commit comments