├── binary-numbers
│ ├── curriculum-integrations
│ │ ├── curriculum-integrations.yaml
│ │ └── bracelets.md
│ ├── programming-challenges
│ │ ├── count-to-16
│ │ │ ├── count-to-16.md
│ │ │ ├── python-expected.md
│ │ │ ├── python-hints.md
│ │ │ ├── python-solution.md
│ │ │ ├── scratch-expected.md
│ │ │ ├── scratch-hints.md
│ │ │ └── scratch-solution.md
│ │ ├── count-to-a-hundred
│ │ │ ├── count-to-a-hundred.md
│ │ │ ├── scratch-expected.md
│ │ │ ├── scratch-hints.md
│ │ │ └── scratch-solution.md
│ │ └── programming-challenges.yaml
│ ├── unit-plan
│ │ ├── lessons
│ │ │ ├── 5-8
│ │ │ │ ├── introduction-to-bits.md
│ │ │ │ └── bytes.md
│ │ │ └── 9-12
│ │ │ └── counting-in-binary.md
│ │ ├── unit-plan.yaml
│ │ └── unit-plan.md
│ ├── binary-numbers.yaml
│ ├── binary-numbers.md
│ └── other-resources.md
├── error-detection-correction
│ ├── curriculum-integrations
│ │ ├── curriculum-integrations.yaml
│ │ └── painting-parity.md
│ ├── unit-plan
│ │ ├── lessons
│ │ │ └── 5-8
│ │ │ └── introduction.md
│ │ ├── unit-plan.yaml
│ │ └── unit-plan.md
│ ├── error-detection-correction.yaml
│ └── error-detection-correction.md
├── glossary
│ ├── algorithm.md
│ └── pixel.md
├── curriculum-areas.yaml
├── learning-outcomes.yaml
├── programming-challenges-structure.yaml
└── structure.yaml