summaryrefslogtreecommitdiff
path: root/exercises/05_vecs/vecs2.rs
AgeCommit message (Collapse)Author
46 hoursI dont know why this is not pushedmainanand
2025-11-19Finished vecs and move semanticsanand
2025-09-24Remove use of `map` in early vecs2 exerciseRemo Senekowitsch
Students do not have the necessary knowledge at this point to understand what's happening with the iterator combinators. This topic is covered well by the dedicated exercises about iterators later. closes #2102
2024-06-21vecs2 solution + significant change to have a better comparison between both ↵mo8it
methods
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
2023-10-16Update Exercises Directory Names to Reflect OrderAdam Brewer