C programming exercises I made at DHBW Stuttgart
Encrypts text.txt
with a key provided by the user.
Finds the shortest path in a .txt
maze.
Sorts the numbers in .txt
files using Bubble Sort, Selection Sort, Insertion Sort, or Quick Sort, and displays the sorting time for each algorithm.