Tag: math
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a positive integer num, split it into two non-negative integers num1 and num2 such that: The concatenation of num1 …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a positive integer num, split it into two non-negative integers num1 and num2 such that: The concatenation of num1 …
Teaching Kids Programming: Videos on Data Structures and Algorithms There are n people standing in a line labeled from 1 to n. The first person in the line is …
Teaching Kids Programming: Videos on Data Structures and Algorithms The shorter line segment on each side is 1, and the longer segment is 2. Thus the big square area …
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given an n x n grid where you have placed some 1 x 1 x 1 cubes. Each …