Tag: math
Teaching Kids Programming: Videos on Data Structures and Algorithms Each Rubic Cube has 6 sides, and we can just count the number of squares and rectangles for one side …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a 3×3 Rubik Cube, how many Permutations does it have (solvable)? There are 6 cores (the pieces in the …
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 Simple function can draw amazing shapes using Turtle Graphics library and here is a python function to draw a spiral …
Teaching Kids Programming: Videos on Data Structures and Algorithms What we have learned today: The sum of total interior angles of a N-sided polygon (where N is larger or …