| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
| |
* 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
|
| | |
|
| | |
|
| |
|
|
| |
Implemented a faster prime-generator and a primality-check.
|
| |
|
|
|
|
|
| |
Using Integer instead of Int solved the difference in values
for the different h-functions. Apparently they have equal performance.
Added basic testcases.
|
| |
|
|
| |
2.3 still to be fixed.
|
| |
|
|
|
|
| |
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.
|
| |
|