上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 54 下一页

2019年7月19日

摘要: problem 824. Goat Latin solution 参考 1. Leetcode_easy_824. Goat Latin; 2. grandyang; 3. discuss; 完 阅读全文
posted @ 2019-07-19 17:54 鹅要长大 阅读(167) 评论(0) 推荐(0)
摘要: problem 821. Shortest Distance to a Character solution1: solution2: 参考 1. Leetcode_easy_821. Shortest Distance to a Character; 2. Discuss; 3. grandyan 阅读全文
posted @ 2019-07-19 17:53 鹅要长大 阅读(155) 评论(0) 推荐(0)
摘要: problem 819. Most Common Word solution: 参考 1. Leetcode_easy_819. Most Common Word; 2. Grandyang; 3. Discuss; 完 阅读全文
posted @ 2019-07-19 17:42 鹅要长大 阅读(174) 评论(0) 推荐(0)
摘要: problem 812. Largest Triangle Area solution: 参考 1. Leetcode_easy_812. Largest Triangle Area; 2. Grandyang; 完 阅读全文
posted @ 2019-07-19 17:40 鹅要长大 阅读(116) 评论(0) 推荐(0)
摘要: problem 811. Subdomain Visit Count solution: 参考 1. Leetcode_easy_811. Subdomain Visit Count; 2. Grandyang; 完 阅读全文
posted @ 2019-07-19 17:38 鹅要长大 阅读(203) 评论(0) 推荐(0)
摘要: problem 806. Number of Lines To Write String solution: 参考 1. Leetcode_easy_806. Number of Lines To Write String; 2. Grandyang; 完 阅读全文
posted @ 2019-07-19 17:37 鹅要长大 阅读(113) 评论(0) 推荐(0)
摘要: problem 804. Unique Morse Code Words solution1: 参考 1. Leetcode_easy_804. Unique Morse Code Words; 2. Grandyang; 完 阅读全文
posted @ 2019-07-19 17:35 鹅要长大 阅读(133) 评论(0) 推荐(0)

2019年7月18日

摘要: problem 796. Rotate String solution1: solution2: 参考 1. Leetcode_easy_796. Rotate String; 2. Grandyang; 完 阅读全文
posted @ 2019-07-18 09:57 鹅要长大 阅读(153) 评论(0) 推荐(0)
摘要: problem 788. Rotated Digits solution1: 参考 1. Leetcode_easy_788. Rotated Digits; 2. Grandyang; 完 阅读全文
posted @ 2019-07-18 09:56 鹅要长大 阅读(163) 评论(0) 推荐(0)
摘要: problem 784. Letter Case Permutation 参考 1. Leetcode_easy_784. Letter Case Permutation; 2. Grandyang; 完 阅读全文
posted @ 2019-07-18 09:55 鹅要长大 阅读(119) 评论(0) 推荐(0)

2019年7月17日

摘要: problem 783. Minimum Distance Between BST Nodes 参考 1. Leetcode_easy_783. Minimum Distance Between BST Nodes; 完 阅读全文
posted @ 2019-07-17 17:47 鹅要长大 阅读(132) 评论(0) 推荐(0)
摘要: problem 771. Jewels and Stones solution1: 参考 1. Leetcode_easy_771. Jewels and Stones; 2. Grandyang; 完 阅读全文
posted @ 2019-07-17 17:46 鹅要长大 阅读(135) 评论(0) 推荐(0)
摘要: problem 766. Toeplitz Matrix solution1: 参考 1. Leetcode_easy_766. Toeplitz Matrix; 2. Grandyang; 完 阅读全文
posted @ 2019-07-17 17:45 鹅要长大 阅读(134) 评论(0) 推荐(0)

2019年7月16日

摘要: problem 1122. Relative Sort Array 参考 1. Leetcode_easy_1122. Relative Sort Array; 2. helloacm; 完 阅读全文
posted @ 2019-07-16 10:38 鹅要长大 阅读(199) 评论(0) 推荐(0)

2019年7月11日

摘要: problem 1078. Occurrences After Bigram 题意 solution: 参考 1. Leetcode_easy_1078. Occurrences After Bigram; 2. string_find; 3. discuss; 4. string_substr; 阅读全文
posted @ 2019-07-11 17:50 鹅要长大 阅读(211) 评论(0) 推荐(0)
摘要: problem 762. Prime Number of Set Bits in Binary Representation solution1: solution2:题目中给了数的大小范围 R <= 106 < 220,那么统计出来的非零位个数cnt只需要检测是否是20以内的质数即可,所以将20以 阅读全文
posted @ 2019-07-11 17:49 鹅要长大 阅读(165) 评论(0) 推荐(0)
摘要: problem 748. Shortest Completing Word 题意: solution1: class Solution { public: string shortestCompletingWord(string licensePlate, vector<string>& words 阅读全文
posted @ 2019-07-11 17:47 鹅要长大 阅读(193) 评论(0) 推荐(0)
摘要: problem 754. Reach a Number solution1: solution2: solution3:solution1的精简版; 参考 1. Leetcode_easy_754. Reach a Number; 2. Grandyang; 完 阅读全文
posted @ 2019-07-11 17:47 鹅要长大 阅读(163) 评论(0) 推荐(0)
摘要: problem 747. Largest Number At Least Twice of Others 题意: solution1: solution2: 参考 1. Leetcode_easy_747. Largest Number At Least Twice of Others; 2. Gr 阅读全文
posted @ 2019-07-11 17:45 鹅要长大 阅读(163) 评论(0) 推荐(0)

2019年7月10日

摘要: problem 1089. Duplicate Zeros 题意: solution: 其中关于虚拟新数组的下标的计算还是有点迷糊。。。 参考 1. Leetcode_easy_1089. Duplicate Zeros; 2. discuss; 完 阅读全文
posted @ 2019-07-10 14:18 鹅要长大 阅读(169) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 54 下一页

导航