Skip to content

Commit 7cdc1a7

Browse files
committed
add links to solution of TRAV
1 parent 5cede3f commit 7cdc1a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Algorithms/Graphs/Traversal/TraversalSolutionTemplate.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
\end{tikzpicture}
5050
\end{center}
5151
a) In which order will the nodes in the graph be visited, when traversing
52-
the graph with Breadth-First-Search?\\
52+
the graph with \href{https://sebastianoner.github.io/TUMGAD/src/Algorithms/Graphs/Traversal/BFS}{\underline{Breadth-First-Search}}?\\
5353
Start at node 0.\\
5454
\\
5555
\noindent\fbox{
@@ -64,7 +64,7 @@
6464
\vspace{10px}
6565
\\
6666
b) In which order will the nodes in the graph be visited, when traversing
67-
the graph with Depth-First-Search?\\
67+
the graph with \href{https://sebastianoner.github.io/TUMGAD/src/Algorithms/Graphs/Traversal/DFS}{\underline{Depth-First-Search}}?\\
6868
Start at node 0 again.\\
6969
\\
7070
\noindent\fbox{

0 commit comments

Comments
 (0)