aboutsummaryrefslogtreecommitdiff
path: root/Practical2
AgeCommit message (Collapse)AuthorFilesLines
2015-12-15Finish report practical 2HEADmasterCamil Staps8-23/+53
2015-12-11Finish first version report practical 2Camil Staps7-74/+110
Some changes were made to the code and the Makefile to clean up, make it more in line with the algorithm as described in the report, etc. No significant changes.
2015-12-10round_profit instead of round_ctCamil Staps1-16/+14
2015-12-10Start report practical 2Camil Staps3-0/+199
2015-12-10Faster implementation, test enhancement Practical2Camil Staps3-18/+17
Tester strings are padded nicely. Implementation uses less memory and is faster with -Ofast.
2015-12-09Removed Java Practical2; moved C to main directoryCamil Staps5-100/+2
2015-12-09Working solution Practical 2, small fixesCamil Staps3-30/+44
- Makefile: less dependent on program name - test.sh: quote variables - checkout.c: almost completely new algorithm. This one actually works. At least it does on the test cases.
2015-12-08Test cases practical 2Camil Staps44-7/+67
2015-11-30C version practical2Camil Staps3-3/+85
2015-11-30Practical2 seems to workCamil Staps3-5/+44
2015-11-28start practical 2Camil Staps7-0/+96