Tag: python
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a quadratic equation it has two real roots (which could be the same) if and only if Proof of …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given N squares which side is M, we want to re-arrange it to form a larger rectangle. We want to …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a string s, consisting of “X” and “Y”s, delete the minimum number of characters such that there’s no consecutive …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a string s, return whether all its palindromic substrings have odd lengths. Constraints n ≤ 100,000 where n is …
Teaching Kids Programming: Videos on Data Structures and Algorithms There is a programming language with only four operations and one variable X: ++X and X++ increments the value of …