Skip to content

Commit 7641509

Browse files
committed
Fix template content sequence according to lecture
1 parent 5a8af27 commit 7641509

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/ExerciseTemplate.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@
8484
& AB Trees & %$ABCELL$
8585
\\ \hline
8686
BFS \& DFS & %$TRAV$
87-
& Dijkstra & %$DIJKSTRACELL$
88-
\\ \hline
89-
Prim & %$PRIMCELL$
9087
& Floyd Warshall & %$APSPFWCELL$
9188
\\ \hline
89+
Dijkstra & %$DIJKSTRACELL$
90+
& Prim & %$PRIMCELL$
91+
\\ \hline
9292
\end{tabular}
9393
\end{center}
9494
%$DYNAMICARRAYS$
@@ -102,7 +102,7 @@
102102
%$AVLTREES$
103103
%$ABTREES$
104104
%$TRAVERSAL$
105+
%$FLOYDWARSHALL$
105106
%$DIJKSTRA$
106107
%$PRIMALGORITHM$
107-
%$FLOYDWARSHALL$
108-
\end{document}
108+
\end{document}

docs/SolutionTemplate.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@
8484
& AB Trees & %$ABCELL$
8585
\\ \hline
8686
BFS \& DFS & %$TRAV$
87-
& Dijkstra & %$DIJKSTRACELL$
88-
\\ \hline
89-
Prim & %$PRIMCELL$
9087
& Floyd Warshall & %$APSPFWCELL$
9188
\\ \hline
89+
Dijkstra & %$DIJKSTRACELL$
90+
& Prim & %$PRIMCELL$
91+
\\ \hline
9292
\end{tabular}
9393
\end{center}
9494
%$DYNAMICARRAYS$
@@ -102,7 +102,7 @@
102102
%$AVLTREES$
103103
%$ABTREES$
104104
%$TRAVERSAL$
105+
%$FLOYDWARSHALL$
105106
%$DIJKSTRA$
106107
%$PRIMALGORITHM$
107-
%$FLOYDWARSHALL$
108-
\end{document}
108+
\end{document}

0 commit comments

Comments
 (0)