summaryrefslogtreecommitdiffstats
path: root/AufgabeFFP2.hs
Commit message (Collapse)AuthorAgeFilesLines
* fix gzs from AufgabeFFP2manuel2012-04-201-1/+1
|
* * remove trailing whitespacesmanuel2012-04-141-18/+18
| | | | | | | * fix wrong indention (no tabs, use 2 spaces, don't mix) * name testcaselists by their methods * add (more or less) individual testname per testcase * call testcase lists in a do-loop so that every testcase list generates a seperate output
* Testcases for 22Matthias Wisniowski2012-04-141-3/+3
|
* @2.3 Efficient factorial-generatorMatthias Wisniowski2012-03-261-10/+12
|
* Increased performance of 2.1Matthias Wisniowski2012-03-261-14/+17
| | | | Implemented a faster prime-generator and a primality-check.
* Fixed different values for h-functionMatthias Wisniowski2012-03-261-9/+9
| | | | | | | Using Integer instead of Int solved the difference in values for the different h-functions. Apparently they have equal performance. Added basic testcases.
* 2.4 implementedMatthias Wisniowski2012-03-251-0/+19
| | | | 2.3 still to be fixed.
* First implementation for 2.3Matthias Wisniowski2012-03-251-1/+37
| | | | | | hFast and hSlow diverge in values, reason unknown. e.g. consider >> map (\x -> hFast x x) [1..15] << (similar for hSlow) hSlow has the wrong values after 10.
* pps (1) and powFast (2) implementedMatthias Wisniowski2012-03-241-0/+41