Miscellaneous smaller projects
MIPS Assembler:
Caesar Cipher Implementation https://en.wikipedia.org/wiki/Caesar_cipher
Java:
Sorting Algorithms: BubbleSort,HeapSort,MergeSort,QuickSort
Knoten.java : Tree implementation with Pre/Postorder etc.
Rucksack.java: Implementation of the Knapsack Problem https://en.wikipedia.org/wiki/Knapsack_problem