上一页 1 2 3 4 5 6 ··· 14 下一页
  2018年9月22日
摘要: 1. devote 和 contribute https://zhidao.baidu.com/question/328034454447561365.html contribute to 和devote to区别1、devote to:专心致力于,把…专用于,另外还有听任的意思。2、contrib 阅读全文
posted @ 2018-09-22 17:41 f91og 阅读(1616) 评论(0) 推荐(1) 编辑
  2018年9月18日
摘要: 1. 关于集合 (1) 关于map 遍历map:https://www.cnblogs.com/imzhj/p/5981665.html 感觉最好记的方法是这个: 关于get方法的一个注意点: (2) set集合的增删改元素方法和List集合是一样的吗?remove方法的一个疑问 一样的,都是 ad 阅读全文
posted @ 2018-09-18 12:16 f91og 阅读(312) 评论(0) 推荐(0) 编辑
摘要: Remove the minimum number of invalid parentheses in order to make the input string valid. Return all possible results. Note: The input string may cont 阅读全文
posted @ 2018-09-18 12:16 f91og 阅读(201) 评论(0) 推荐(0) 编辑
  2018年8月28日
摘要: N couples sit in 2N seats arranged in a row and want to hold hands. We want to know the minimum number of swaps so that every couple is sitting side b 阅读全文
posted @ 2018-08-28 17:11 f91og 阅读(471) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/cherry-pickup/description/ In a N x N grid representing a field of cherries, each cell is one of three possible integers 阅读全文
posted @ 2018-08-28 01:22 f91og 阅读(424) 评论(0) 推荐(0) 编辑
  2018年8月21日
摘要: Given n balloons, indexed from 0 to n-1. Each balloon is painted with a number on it represented by array nums. You are asked to burst all the balloon 阅读全文
posted @ 2018-08-21 02:15 f91og 阅读(277) 评论(0) 推荐(0) 编辑
  2018年8月20日
摘要: You have 4 cards each containing a number from 1 to 9. You need to judge whether they could operated through *, /, +, -, (, ) to get the value of 24. 阅读全文
posted @ 2018-08-20 00:42 f91og 阅读(228) 评论(0) 推荐(0) 编辑
  2018年8月18日
摘要: Return the length of the shortest, non-empty, contiguous subarray of A with sum at least K. If there is no non-empty subarray with sum at least K, ret 阅读全文
posted @ 2018-08-18 15:30 f91og 阅读(1238) 评论(0) 推荐(0) 编辑
  2018年8月17日
摘要: https://leetcode.com/problems/race-car/description/ Your car starts at position 0 and speed +1 on an infinite number line. (Your car can go into negat 阅读全文
posted @ 2018-08-17 01:03 f91og 阅读(725) 评论(0) 推荐(0) 编辑
  2018年8月15日
摘要: Best Time to Buy and Sell Stock Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find th 阅读全文
posted @ 2018-08-15 01:33 f91og 阅读(249) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 14 下一页