Add graph references

This commit is contained in:
Abdelrahman Said
2026-06-28 13:49:01 +01:00
parent 0a9807e448
commit a11edf0c53
2578 changed files with 868045 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY igraph "igraph">
]>
<chapter id="igraph-Visitors">
<title>Graph visitors</title>
<section id="breadth-first-search"><title>Breadth-first search</title>
<!-- doxrox-include igraph_bfs -->
<!-- doxrox-include igraph_bfs_simple -->
<!-- doxrox-include igraph_bfshandler_t -->
</section>
<section id="depth-first-search"><title>Depth-first search</title>
<!-- doxrox-include igraph_dfs -->
<!-- doxrox-include igraph_dfshandler_t -->
</section>
<section id="random-walks"><title>Random walks</title>
<!-- doxrox-include igraph_random_walk -->
</section>
</chapter>