summaryrefslogtreecommitdiff
path: root/task5.c
AgeCommit message (Collapse)Author
2017-02-21completed task6 nearly completlyBenedict
just a few characters are still wrong in the key. freqencies analysis has to be made more comprehensive
2017-02-21fxied api change in other tasksBenedict
2017-02-21reorgantzied code into libaray fileBenedict
For every task you may create a new file and implenet the task there by using functions from the lib.c file. Added Makefile for the different tasks.