From 9c2699aa20ad48eb10e80b3a2658136f442dddc3 Mon Sep 17 00:00:00 2001 From: Sebastian Ossner Date: Sun, 8 Mar 2020 08:44:37 +0100 Subject: [PATCH] Add links from the pdf to the markdown files --- src/Algorithms/Sorting/QuickSort/QuickSortExerciseTemplate.tex | 2 +- src/Algorithms/Sorting/QuickSort/QuickSortSolutionTemplate.tex | 2 +- src/Algorithms/Sorting/RadixSort/RadixSortExerciseTemplate.tex | 2 +- src/Algorithms/Sorting/RadixSort/RadixSortSolutionTemplate.tex | 2 +- src/DataStructures/Sequences/Arrays/ArraysExerciseTemplate.tex | 2 +- src/DataStructures/Sequences/Arrays/ArraysSolutionTemplate.tex | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Algorithms/Sorting/QuickSort/QuickSortExerciseTemplate.tex b/src/Algorithms/Sorting/QuickSort/QuickSortExerciseTemplate.tex index 4f9346d..127d0cd 100644 --- a/src/Algorithms/Sorting/QuickSort/QuickSortExerciseTemplate.tex +++ b/src/Algorithms/Sorting/QuickSort/QuickSortExerciseTemplate.tex @@ -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} diff --git a/src/Algorithms/Sorting/QuickSort/QuickSortSolutionTemplate.tex b/src/Algorithms/Sorting/QuickSort/QuickSortSolutionTemplate.tex index 09ff777..6b3e1e3 100644 --- a/src/Algorithms/Sorting/QuickSort/QuickSortSolutionTemplate.tex +++ b/src/Algorithms/Sorting/QuickSort/QuickSortSolutionTemplate.tex @@ -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} diff --git a/src/Algorithms/Sorting/RadixSort/RadixSortExerciseTemplate.tex b/src/Algorithms/Sorting/RadixSort/RadixSortExerciseTemplate.tex index b04444f..f4c3f55 100644 --- a/src/Algorithms/Sorting/RadixSort/RadixSortExerciseTemplate.tex +++ b/src/Algorithms/Sorting/RadixSort/RadixSortExerciseTemplate.tex @@ -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} diff --git a/src/Algorithms/Sorting/RadixSort/RadixSortSolutionTemplate.tex b/src/Algorithms/Sorting/RadixSort/RadixSortSolutionTemplate.tex index 51459e1..6e4c1ec 100644 --- a/src/Algorithms/Sorting/RadixSort/RadixSortSolutionTemplate.tex +++ b/src/Algorithms/Sorting/RadixSort/RadixSortSolutionTemplate.tex @@ -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} diff --git a/src/DataStructures/Sequences/Arrays/ArraysExerciseTemplate.tex b/src/DataStructures/Sequences/Arrays/ArraysExerciseTemplate.tex index 465e0a9..045a2bc 100644 --- a/src/DataStructures/Sequences/Arrays/ArraysExerciseTemplate.tex +++ b/src/DataStructures/Sequences/Arrays/ArraysExerciseTemplate.tex @@ -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} diff --git a/src/DataStructures/Sequences/Arrays/ArraysSolutionTemplate.tex b/src/DataStructures/Sequences/Arrays/ArraysSolutionTemplate.tex index 47c84f3..81ecfdb 100644 --- a/src/DataStructures/Sequences/Arrays/ArraysSolutionTemplate.tex +++ b/src/DataStructures/Sequences/Arrays/ArraysSolutionTemplate.tex @@ -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}