Haskell Quiz/Sampling
From HaskellWiki
(Difference between revisions)
(Page creation) |
m (→Solutions) |
||
| Line 8: | Line 8: | ||
* [[Haskell Quiz/Sampling/Solution Dolio|Dan Doel]] | * [[Haskell Quiz/Sampling/Solution Dolio|Dan Doel]] | ||
| + | * [[Haskell Quiz/Sampling/Solution Kuklewicz|Chris Kuklewicz]] -- linear performance | ||
Revision as of 12:48, 27 October 2006
The object of this problem was to generate a sorted random number sample.
1 The Problem
2 Solutions
- Dan Doel
- Chris Kuklewicz -- linear performance
