Level 3 Recipe Overview

(P)=Processing (WB)=Whiteboard (WS)=Worksheet (B)=Blockly

MODULE 0

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

MODULE 1

ArrayLists

HashMaps

Extras

Checkpoint 1

MODULE 2

Intro to Sort Algorithms

  • Sorted Array Checker
  • Swapping Digits
  • Visual Array Sorter (P)

Sort Algorithms

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

MODULE 3

String Methods

  • String Methods
  • The Wave

StringBuilder

  • StringBuilder Test

Extras

Checkpoint 3

MODULE 4

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

MODULE 5

Recursion

  • Intro to recursion
  • Factorial
  • String Trimmer
  • Recursion Math

Extra