Category: teaching kids programming
Teaching Kids Programming: Videos on Data Structures and Algorithms Geometric Progression of numbers are: where q is neither 1 or 0. We want to compute the sum, aka Sum …
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given the head of a linked list. Delete the middle node, and return the head of the modified …
Teaching Kids Programming: Videos on Data Structures and Algorithms Recursive Tree in Python using Turtle Graphics A tree is self-recursive just like the data structure binary tree where the …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given two strings s and t, return true if s is a subsequence of t, or false otherwise. A subsequence …
Teaching Kids Programming: Videos on Data Structures and Algorithms Flashing Lights/Screen on Microbit The idea is to go through all 25 pixels and randomly turn them on or off …