Remove use of map in early vecs2 exercise

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
This commit is contained in:
Remo Senekowitsch
2025-09-24 21:19:40 +02:00
parent 2af9e89ba5
commit d8f4b06c91
4 changed files with 5 additions and 74 deletions
+4
View File
@@ -1,5 +1,9 @@
## Unreleased
### Changed
- `vecs2`: Removed the use of `map` and `collect`, which are only taught later.
## 6.5.0 (2025-08-21)
### Added