摘要:
题目如下: Given an array target and an integer n. In each iteration, you will read a number from list = {1,2,3..., n}. Build the target array using the fo 阅读全文
摘要:
题目如下: Given an array nums of 0s and 1s and an integer k, return True if all 1's are at least k places away from each other, otherwise return False. Ex 阅读全文