Tag: Teaching Kids Programming
Teaching Kids Programming: Videos on Data Structures and Algorithms This post shares a hands-on programming lesson with my son, using the VS Code AI Agent to clean up his …
Teaching Kids Programming: Videos on Data Structures and Algorithms A stack-based solution for LeetCode 255, Verify Preorder Sequence in Binary Search Tree. The key idea is to track a …
Teaching Kids Programming: Videos on Data Structures and Algorithms Introduction to Combinatorial Mathematics (2): Catalan Numbers Catalan numbers are one of the most important sequences in combinatorics. They appear …
Teaching Kids Programming: Videos on Data Structures and Algorithms Introduction to Math Combination Combinations count the ways to choose items when order does not matter. This guide builds intuition …
Teaching Kids Programming: Videos on Data Structures and Algorithms How to Prove √2 Is Irrational — Two Methods (Proof by Contradiction & Geometric Infinite Descent) Introduction The statement “√2 …