Category: math
Teaching Kids Programming: Videos on Data Structures and Algorithms Rolling a dice three times one after another, what is the probability of having Two Sixes in a Row? Rolling …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given an integer num, return three consecutive integers (as a sorted array) that sum to num. If num cannot be …
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given an integer num. Rearrange the digits of num such that its value is minimized and it does …
Teaching Kids Programming: Videos on Data Structures and Algorithms The logarithm functions are the inverse of exponential functions. For example: is the inverse of and mathematically speaking, they are …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given an integer n, return a list of all simplified fractions between 0 and 1 (exclusive) such that the denominator …