Category: algorithms
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given an integer list nums containing 0s and 1s. Consider an operation where we pick an index i …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given two lists of integers nums, and target, consider an operation where you take some sublist in nums and reverse …
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given a two-dimensional list of integers coordinates. Each list contains two integers representing a point on the Cartesian …
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given a string num, representing a large integer. Return the largest-valued odd integer (as a string) that is …
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given a two-dimensional integer matrix of 1s and 0s. A 1 represents land and 0 represents water, so …