摘要: Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which gives the s 阅读全文
posted @ 2020-08-25 19:03 zmachine 阅读(165) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex 阅读全文
posted @ 2020-08-25 17:29 zmachine 阅读(66) 评论(0) 推荐(0) 编辑
摘要: Given an integer array, your task is to find all the different possible increasing subsequences of the given array, and the length of an increasing su 阅读全文
posted @ 2020-08-25 16:18 zmachine 阅读(144) 评论(0) 推荐(0) 编辑