Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Dec 29, 2023
1 parent 38db0d1 commit f5aea74
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tex/appendix_validation_examples.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ \chapter{Example Graphs for Validation}
\begin{subfigure}{0.496\textwidth}
\centering
\includegraphics[scale=\examplescale]{figures/examples/bfs-dir.pdf}
\caption{Directed (\texttt{text-bfs-directed})}
\caption{Directed (\texttt{test-bfs-directed})}
\end{subfigure}
\begin{subfigure}{0.496\textwidth}
\centering
\includegraphics[scale=\examplescale]{figures/examples/bfs-undir.pdf}
\caption{Undirected (\texttt{text-bfs-undirected})}
\caption{Undirected (\texttt{test-bfs-undirected})}
\end{subfigure}
\caption{Test graphs for BFS. Source vertex: 1.}
\label{fig:bfs_example}
Expand All @@ -33,12 +33,12 @@ \chapter{Example Graphs for Validation}
\begin{subfigure}{0.496\textwidth}
\centering
\includegraphics[scale=\examplescale]{figures/examples/cdlp-dir.pdf}
\caption{Directed (\texttt{text-cdlp-directed})}
\caption{Directed (\texttt{test-cdlp-directed})}
\end{subfigure}
\begin{subfigure}{0.496\textwidth}
\centering
\includegraphics[scale=\examplescale]{figures/examples/cdlp-undir.pdf}
\caption{Undirected (\texttt{text-cdlp-undirected})}
\caption{Undirected (\texttt{test-cdlp-undirected})}
\end{subfigure}
\caption{Test graphs for CDLP. Maximum number of iterations: 5.}
\label{fig:cdlp_example}
Expand All @@ -49,12 +49,12 @@ \chapter{Example Graphs for Validation}
\begin{subfigure}{0.496\textwidth}
\centering
\includegraphics[scale=\examplescale]{figures/examples/lcc-dir.pdf}
\caption{Directed (\texttt{text-lcc-directed})}
\caption{Directed (\texttt{test-lcc-directed})}
\end{subfigure}
\begin{subfigure}{0.496\textwidth}
\centering
\includegraphics[scale=\examplescale]{figures/examples/lcc-undir.pdf}
\caption{Undirected (\texttt{text-lcc-undirected})}
\caption{Undirected (\texttt{test-lcc-undirected})}
\end{subfigure}
\caption{Test graphs for LCC.}
\label{fig:lcc_example}
Expand All @@ -75,12 +75,12 @@ \chapter{Example Graphs for Validation}
\begin{subfigure}{0.496\textwidth}
\centering
\includegraphics[scale=\examplescale]{figures/examples/sssp-dir.pdf}
\caption{Directed (\texttt{text-sssp-directed})}
\caption{Directed (\texttt{test-sssp-directed})}
\end{subfigure}
\begin{subfigure}{0.496\textwidth}
\centering
\includegraphics[scale=\examplescale]{figures/examples/sssp-undir.pdf}
\caption{Undirected (\texttt{text-sssp-undirected})}
\caption{Undirected (\texttt{test-sssp-undirected})}
\end{subfigure}
\caption{Test graphs for SSSP. Source vertex: 1.}
\label{fig:sssp_example}
Expand All @@ -91,12 +91,12 @@ \chapter{Example Graphs for Validation}
\begin{subfigure}[t]{0.496\textwidth}
\centering
\includegraphics[scale=\examplescale]{figures/examples/wcc-dir.pdf}
\caption{Directed (\texttt{text-wcc-directed}). Note that due to the semantics of the WCC algorithm, the direction of the edges is not taken into account, i.e., they are treated as undirected edges.}
\caption{Directed (\texttt{test-wcc-directed}). Note that due to the semantics of the WCC algorithm, the direction of the edges is not taken into account, i.e., they are treated as undirected edges.}
\end{subfigure}
\begin{subfigure}[t]{0.496\textwidth}
\centering
\includegraphics[scale=\examplescale]{figures/examples/wcc-undir.pdf}
\caption{Undirected (\texttt{text-wcc-undirected})}
\caption{Undirected (\texttt{test-wcc-undirected})}
\end{subfigure}
\caption{Test graphs for WCC. Remark: there are 8 nodes indexed between 1 and 9 but number 5 is not assigned to any of the nodes.}
\label{fig:wcc_example}
Expand Down

0 comments on commit f5aea74

Please sign in to comment.