summaryrefslogtreecommitdiff
path: root/exercises/18_iterators
AgeCommit message (Collapse)Author
2025-07-21Add positive testsdeafloo
This prevents solving the exercise without a real IntegerOverflow
2024-07-08Explain what a factorial is and link to wikipedia for more detailsmo8it
2024-07-08iterators3: Add `IntegerOverflow` error variantmo8it
2024-07-04Unify fn signature in iterators4 exercise and solutionNahor
Since this is not about conversion, prefer the option that doesn't require one.
2024-07-03fix: typo s/unwarp/unwrap/Calvin Bochulak
2024-06-28iterators5 solutionmo8it
2024-06-28iterators4 solutionmo8it
2024-06-28iterators3 solutionmo8it
2024-06-28iterators2 solutionmo8it
2024-06-28Use todo!() instead of ???mo8it
2024-06-28iterators1 solutionmo8it
2024-05-22Remove unneeded pubmo8it
2024-04-17Clean up and unify exercisesmo8it
2024-04-17Require a main function in all exercisesmo8it
2024-04-11Remove "I AM NOT DONE" and the verify mode and add AppStatemo8it
2024-03-15fix: clean up "return" wording in iterators4liv
2023-10-16Update Exercises Directory Names to Reflect OrderAdam Brewer