Category: math
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a list of integers nums, which contains either -1 or 1, return the length of the longest sublist that …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given an integer n, return the number of structurally unique BST’s (binary search trees) which has exactly n nodes of …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given the root of a Binary Search Tree and a target number k, return true if there exist two elements …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a two-dimensional integer matrix, return a new matrix A of the same dimensions where each element is set to …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given an m x n integer matrix matrix, if an element is 0, set its entire row and column to …