Data Structures Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Beginner | Query a nested data structure | list comprehensions sorting data structures dictionary comprehensions 100days |
| Beginner | Keep a list sorted upon insert | classes data structures __str__ bisect |
| Intermediate | Data structures matter - speed up your python code | data structures performance |
| Intermediate | Playing with lists and dicts | list dict data structures 100days |
| Intermediate | Print car data grouped by manufacturer | itertools sorting data structures operator |
| Intermediate | Write your own data class | sorting data structures dataclasses hashable type hinting |
| Intermediate | Nested list extraction | data structures string parsing |