Given two integer arrays startTime and endTime and given an integer queryTime. The ith student start...
Given a string s, the power of the string is the maximum length of a non-empty substring that contai...
Given an array target and an integer n. In each iteration, you will read a number from list = {1,2,3...
Given an array nums of 0s and 1s and an integer k, return True if all 1's are at least k places away...
You are given the array paths, where paths[i] = [cityAi, cityBi] means there exists a direct path go...
Given the array candies and the integer extraCandies, where candies[i] represents the number of cand...
Given a string s of zeros and ones, return the maximum score after splitting the string into two non...
Given alphanumeric string s. (Alphanumeric string is a string consisting of lowercase English letter...
Given an array of integers nums, you start with an initial positive value startValue. In each iterat...
Given an array of string words. Return all strings in words which is substring of another word in an...