Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 4f732ac + ac2d261 commit ad31483Copy full SHA for ad31483
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