上一页 1 2 3 4 5 6 7 ··· 22 下一页
摘要: Description Given an circular integer array (the next element of the last element is the first element), find a continuous subarray in it, where the s 阅读全文
posted @ 2019-12-21 22:25 YuriFLAG 阅读(183) 评论(0) 推荐(0)
摘要: Description Description Given an integer array, find a continuous subarray where the sum of numbers is the biggest. Your code should return the index 阅读全文
posted @ 2019-12-21 22:24 YuriFLAG 阅读(156) 评论(0) 推荐(0)
摘要: Description Description Given an integer matrix, find a submatrix where the sum of numbers is zero. Your code should return the coordinate of the left 阅读全文
posted @ 2019-12-21 22:23 YuriFLAG 阅读(228) 评论(0) 推荐(0)
摘要: Description Given a set of n nuts of different sizes and n bolts of different sizes. There is a one-one mapping between nuts and bolts. Description Gi 阅读全文
posted @ 2019-12-21 22:22 YuriFLAG 阅读(281) 评论(0) 推荐(0)
摘要: Description Given a nested list of integers, implement an iterator to flatten it. Each element is either an integer, or a list -- whose elements may a 阅读全文
posted @ 2019-12-21 22:20 YuriFLAG 阅读(125) 评论(0) 推荐(0)
摘要: Description Description Given an integer array, find a subarray where the sum of numbers is zero. Your code should return the index of the first numbe 阅读全文
posted @ 2019-12-21 22:18 YuriFLAG 阅读(223) 评论(0) 推荐(0)
摘要: Description Given a list, each element in the list can be a list or integer. flatten it into a simply list with integers. Description Description Give 阅读全文
posted @ 2019-12-21 22:16 YuriFLAG 阅读(309) 评论(0) 推荐(0)
摘要: Description Flatten a binary tree to a fake "linked list" in pre-order traversal. Here we use the right pointer in TreeNode as the next pointer in Lis 阅读全文
posted @ 2019-12-21 22:15 YuriFLAG 阅读(238) 评论(0) 推荐(0)
摘要: Description Given three strings: s1, s2, s3, determine whether s3 is formed by the interleaving of s1 and s2. Description Description Given three stri 阅读全文
posted @ 2019-12-21 22:12 YuriFLAG 阅读(190) 评论(0) 推荐(0)
摘要: Description Given an integer array, adjust each integers so that the difference of every adjacent integers are not greater than a given number target. 阅读全文
posted @ 2019-12-21 22:10 YuriFLAG 阅读(120) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 22 下一页