Level 3 Recipe Overview
(P)=Processing (WB)=Whiteboard (WS)=Worksheet (B)=Blockly
Arrays
- Intro to Arrays
- Robot Race
- Find the Hidden Button
- Array Methods
- Firework Display
2D Arrays
- Intro to 2D Arrays
- Row Column Sum
- Crazy Digital Painting
- Pixel Art
- Conway's Game of Life
- The Wrong Way Cow
Extras
Checkpoint 0
ArrayLists
- Intro to ArrayLists
- Guest Book
- Murder of Crows
- Long Chip Competition
- Memory Match
- Retro Sun (Processing)
HashMaps
- Intro to HashMap
- Log Search
- Meeting Scheduler
- California Weather
- World Clocks
Extras
Checkpoint 1
Intro to Sort Algorithms
- Sorted Array Checker
- Swapping Digits
- Visual Array Sorter (P)
Sort Algorithms
- Bubble Sorter
- Selection Sorter
- Insertion Sorter
- Quick Sorter
- Merge Sorter
- Heap Sorter
- Bogo Sorter
- Thanos Sorter
Search Algorithms
- Linear Search
- Binary Search
- Search Test
More Search and Sort Algorithms
- More and More Tests
- Searching and Sorting Algorithms Test
Extras
Checkpoint 2
String Methods
- String Methods
- The Wave
StringBuilder
- StringBuilder Test
Extras
Checkpoint 3
Stacks
- Intro to Stacks
- Text Undo Redo
- Test Matching Brackets
Queues
- Intro to Queues
- Baseball Tickets
Stack and Queue Games
- Hangman
- Maze Maker
Extras
Checkpoint 4
Recursion
- Intro to recursion
- Factorial
- String Trimmer
- Recursion Math