Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad31483

Browse files
authored
Merge pull request mgechev#127 from mik-laj/patch-3
Add a graphics algorithms to docs
2 parents 4f732ac + ac2d261 commit ad31483

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc-config.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
},
55
"source": {
66
"include": [
7-
"./src/graphs/searching/",
7+
"./src/combinatorics/",
8+
"./src/data-structures/",
9+
"./src/graphics/",
810
"./src/graphs/others/",
11+
"./src/graphs/searching/",
912
"./src/graphs/shortest-path/",
1013
"./src/graphs/spanning-trees/",
11-
"./src/data-structures/",
12-
"./src/combinatorics/",
13-
"./src/primes/",
1414
"./src/others/",
15+
"./src/primes/",
1516
"./src/searching/",
1617
"./src/sets/",
1718
"./src/shuffle/",
@@ -29,4 +30,4 @@
2930
"private": false,
3031
"readme": "./readme.md"
3132
}
32-
}
33+
}

0 commit comments

Comments
 (0)