Skip to content

Commit

Permalink
Add links from the pdf to the markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
ossner committed Mar 8, 2020
1 parent 43ca2ea commit 9c2699a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\textbf{\LARGE{\color{tumgadPurple}QuickSort}}\\
\\
\noindent
Sort the following array according to the QuickSort algorithm:
Sort the following array according to the \href{https://sebastianoner.github.io/TUMGAD/src/Algorithms/Sorting/QuickSort/QuickSort}{\textbf{\underline{QuickSort}}} algorithm:
\begin{center}
$INITARRAY$
\end{center}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\textbf{\LARGE{\color{tumgadRed}QuickSort}}\\
\\
\noindent
Sort the following array according to the QuickSort algorithm:
Sort the following array according to the \href{https://sebastianoner.github.io/TUMGAD/src/Algorithms/Sorting/QuickSort/QuickSort}{\textbf{\underline{QuickSort}}} algorithm:
\begin{center}
$INITARRAY$
\end{center}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\textbf{\LARGE{\color{tumgadPurple} RadixSort}}\\
\\
\noindent
a) Sort the following array of integers according to the \textbf{LSD RadixSort} algorithm: %Types can be integers or hexadecimals
a) Sort the following array of integers according to the \href{https://sebastianoner.github.io/TUMGAD/src/Algorithms/Sorting/RadixSort/RadixSort}{\textbf{\underline{LSD RadixSort}}} algorithm:
\begin{center}
$LSDARRAY$
\end{center}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\textbf{\LARGE{\color{tumgadRed} RadixSort}}\\
\\
\noindent
a) Sort the following array of integers according to the \textbf{LSD RadixSort} algorithm: %Types can be integers or hexadecimals
a) Sort the following array of integers according to the \href{https://sebastianoner.github.io/TUMGAD/src/Algorithms/Sorting/RadixSort/RadixSort}{\textbf{\underline{LSD RadixSort}}} algorithm: %Types can be integers or hexadecimals
\begin{center}
$LSDARRAY$
\end{center}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\textbf{\LARGE{\color{tumgadPurple} Dynamic Arrays}}\\
\\
\noindent
Given a Dynamic Array with this snapshot:
Given a \href{https://sebastianoner.github.io/TUMGAD/src/DataStructures/Sequences/Arrays/Arrays}{\textbf{\underline{Dynamic Array}}} with this snapshot:
\begin{center}
$INITARRAY$
\end{center}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\textbf{\LARGE{\color{tumgadRed} Dynamic Arrays}}\\
\\
\noindent
Given a Dynamic Array with this snapshot:
Given a \href{https://sebastianoner.github.io/TUMGAD/src/DataStructures/Sequences/Arrays/Arrays}{\textbf{\underline{Dynamic Array}}} with this snapshot:
\begin{center}
$INITARRAY$
\end{center}
Expand Down

0 comments on commit 9c2699a

Please sign in to comment.