随笔分类 -  LeetCode

摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/two sum ii input array is sorted/description/ Description Given an array of integ 阅读全文
posted @ 2018-03-26 14:36 酒晓语令 阅读(99) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/intersection of two linked lists/description/ Description Write a program to find 阅读全文
posted @ 2018-03-25 21:52 酒晓语令 阅读(129) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/min stack/description/ Description Design a stack that supports push, pop, top, a 阅读全文
posted @ 2018-03-08 01:19 酒晓语令 阅读(85) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/linked list cycle/description/ Description Given a linked list, determine if it h 阅读全文
posted @ 2018-03-06 01:47 酒晓语令 阅读(72) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/single number/description/ Description Given an array of integers, every element 阅读全文
posted @ 2018-03-06 01:34 酒晓语令 阅读(102) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/valid palindrome/description/ Description Given a string, determine if it is a pa 阅读全文
posted @ 2018-03-05 01:19 酒晓语令 阅读(107) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/path sum/description/ Description Given a binary tree and a sum, determine if the 阅读全文
posted @ 2018-03-05 01:06 酒晓语令 阅读(100) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/minimum depth of binary tree/description/ Description Given a binary tree, find i 阅读全文
posted @ 2018-03-02 02:29 酒晓语令 阅读(80) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/balanced binary tree/description/ Description Given a binary tree, determine if i 阅读全文
posted @ 2018-03-01 02:05 酒晓语令 阅读(88) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/best time to buy and sell stock ii/description/ Description Say you have an array 阅读全文
posted @ 2018-02-28 01:38 酒晓语令 阅读(103) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/best time to buy and sell stock/description/ Description Say you have an array fo 阅读全文
posted @ 2018-02-27 01:44 酒晓语令 阅读(138) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/pascals triangle ii/description/ Description Given an index k, return the kth row 阅读全文
posted @ 2018-02-27 01:41 酒晓语令 阅读(69) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/pascals triangle/description/ Description Given numRows, generate the first numRo 阅读全文
posted @ 2018-02-27 01:37 酒晓语令 阅读(106) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/convert sorted array to binary search tree/description/ Description Given an arra 阅读全文
posted @ 2018-02-27 01:28 酒晓语令 阅读(132) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/binary tree level order traversal ii/description/ Description Given a binary tree 阅读全文
posted @ 2018-02-27 01:22 酒晓语令 阅读(81) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/maximum depth of binary tree/description/ Description Given a binary tree, find i 阅读全文
posted @ 2018-02-26 00:53 酒晓语令 阅读(111) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/symmetric tree/description/ Description Given a binary tree, check whether it is 阅读全文
posted @ 2018-02-26 00:51 酒晓语令 阅读(114) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/same tree/description/ Description Given two binary trees, write a function to ch 阅读全文
posted @ 2018-02-25 02:00 酒晓语令 阅读(121) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/merge sorted array/description/ Description Given two sorted integer arrays nums1 阅读全文
posted @ 2018-02-25 01:54 酒晓语令 阅读(142) 评论(0) 推荐(0)
摘要:题目链接:[传送门][problem_url] [problem_url]: https://leetcode.com/problems/remove duplicates from sorted list/description/ Description Given a sorted linked 阅读全文
posted @ 2018-02-25 01:43 酒晓语令 阅读(123) 评论(0) 推荐(0)