Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 866 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 866 Bytes

Bachelor Thesis

This project corresponds to the bachelor thesis in computer science of Julian Lorenz at the Goethe-University, Frankfurt am Main 2020.

It includes the implementation and documentation of the algorithms RMinimum and RMedian, presented by the research group of theoretical computer science at the Goethe-University.

Both algorithm can to a certain degree control the amount of comparisons specific elements take part in the process, the so called fragile complexity.

Folder Content
LaTeX Contains the written bachelor thesis as .pdf document
Poster A3-Poster representiving the algorithm, used for conferencs
RMedian Contains the implementation, data and test cases of RMedian
RMinimum Contains the implementation, data and test cases of RMinimum
Tools Contains all code snippets used to help during the process