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 5cede3f commit 7cdc1a7Copy full SHA for 7cdc1a7
src/Algorithms/Graphs/Traversal/TraversalSolutionTemplate.tex
@@ -49,7 +49,7 @@
49
\end{tikzpicture}
50
\end{center}
51
a) In which order will the nodes in the graph be visited, when traversing
52
-the graph with Breadth-First-Search?\\
+the graph with \href{https://sebastianoner.github.io/TUMGAD/src/Algorithms/Graphs/Traversal/BFS}{\underline{Breadth-First-Search}}?\\
53
Start at node 0.\\
54
\\
55
\noindent\fbox{
@@ -64,7 +64,7 @@
64
\vspace{10px}
65
66
b) In which order will the nodes in the graph be visited, when traversing
67
-the graph with Depth-First-Search?\\
+the graph with \href{https://sebastianoner.github.io/TUMGAD/src/Algorithms/Graphs/Traversal/DFS}{\underline{Depth-First-Search}}?\\
68
Start at node 0 again.\\
69
70
0 commit comments