Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Iterators and Ranges - Comparing C++ to D to Rust
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Basis Operations
- 3 Basic C++ Range Structure
- 4 Implementing map in C++ (transform)
- 5 Implementing filter in C++
- 6 The D Ranges Model
- 7 Basic D Range Structure
- 8 Implementing map in D
- 9 Implementing filter in D
- 10 Reading Languages
- 11 C++ Iterators vs D Ranges: find if
- 12 C++ Iterators vs D Ranges: splitting
- 13 The Rust Iterator Model
- 14 Basic Rust Iterator Structure
- 15 Implementing map in Rust
- 16 Implementing filter in Rust
- 17 The Rust/Python Iterator Model
- 18 Implementing filter in Python
- 19 Implementing filter in Java
- 20 Implementing peek in Rust
- 21 Iterator Languages: find if
- 22 Iterator Languages: group_by