Category: math
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given an array prices where prices is the price of a given stock on the ith day. You …
Teaching Kids Programming: Videos on Data Structures and Algorithms Introduction to Hanoi Tower Problem Hanoi Tower is a famous math puzzle. There are three rods and N disks. The …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and …
Teaching Kids Programming: Videos on Data Structures and Algorithms Probability represents the likelyhood of an event that will occur. We can use Venn Graph to study the probability. Probability …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given N Coins, we want to build stairs rows by rows, and fill each stair with coin. The first row …