Jump to content

Intersecting number wheels: Difference between revisions

m
(→‎{{header|Haskell}}: Added a first Haskell draft)
Line 443:
 
Defining a unit movement of the interlocking wheels as a recursive descent,
terminating at the first digit found, and printing a map-accumulatingaccumulation withof that recursion over a list of given length but arbitrary content.
 
<lang haskell>import qualified Data.Map.Strict as M
9,659

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.