Cohort-W4 Exercises
| Level | Name | Tags |
|---|---|---|
| Easy | Iterator Basics | iterators cohort-w4 iter into_iter |
| Easy | Map and Filter | iterators map filter cohort-w4 combinators |
| Easy | Implementing Debug | debug derive formatting cohort-w4 traits |
| Easy | Implementing Display | formatting cohort-w4 display to-string traits |
| Medium | Basic Tokenizer | enums strings cohort-w4 parsing intro |
| Medium | Mini Parser | enums strings parsing result cohort-w4 intro |
| Medium | HashMap Entry API | collections hashmap cohort-w4 entry |