summaryrefslogtreecommitdiffstats
path: root/TestAufgabeFFP2.hs
Commit message (Collapse)AuthorAgeFilesLines
* Testcases for 22Matthias Wisniowski2012-04-141-53/+25
|
* Fixed different values for h-functionMatthias Wisniowski2012-03-261-0/+69
Using Integer instead of Int solved the difference in values for the different h-functions. Apparently they have equal performance. Added basic testcases.