Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Refactoring Java 8 Code with Java 17 New Features - JEP Café Episode 9
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Introducing the Haiku Katas
- 3 1st kata: finding all the letters used in a String
- 4 Comparing the performances
- 5 2nd kata: getting the top 3 most used letters
- 6 Solving the tie problem by inverting a map
- 7 Improving the code with Java 17 features: Records
- 8 Comparing the performances
- 9 3rd kata: partionning the words
- 10 Partionning the words in one pass
- 11 Comparing the performances
- 12 Outro