
LeetCode
文章平均质量分 55
startleo
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
leetcode--Majority Element
Majority Element转载 2016-12-12 14:26:57 · 180 阅读 · 0 评论 -
leetcode--Binary Tree Paths
Binary Tree Paths转载 2016-12-25 18:52:17 · 230 阅读 · 0 评论 -
leetcode--Add Digits
Add Digits原创 2016-12-25 20:32:29 · 240 阅读 · 0 评论 -
leetcode-- Ugly Number
Ugly Number转载 2016-12-25 21:43:01 · 256 阅读 · 0 评论 -
leetcode--Implement Stack using Queues
Implement Stack using Queues转载 2016-12-19 17:13:00 · 217 阅读 · 0 评论 -
leetcode--Ugly Number II
Ugly Number II转载 2016-12-26 15:10:39 · 364 阅读 · 0 评论 -
leetcode--Invert Binary Tree
Invert Binary Tree转载 2016-12-19 19:33:18 · 259 阅读 · 0 评论 -
leetcode--Power of Two
Power of Two转载 2016-12-19 21:54:50 · 219 阅读 · 0 评论 -
leetcode--Move Zeroes
Move Zeroes转载 2016-12-26 20:51:56 · 308 阅读 · 0 评论 -
leetcode--Word Pattern
Word Pattern转载 2016-12-26 21:53:01 · 355 阅读 · 0 评论 -
leetcode--Bulls and Cows
Bulls and Cows转载 2016-12-27 22:36:45 · 292 阅读 · 0 评论 -
leetcode--Implement Queue using Stacks
题目: Implement Queue using StacksImplement the following operations of a queue using stacks.push(x) -- Push element x to the back of queue.pop() -- Removes the element from in front of queue.转载 2016-12-19 22:57:06 · 227 阅读 · 0 评论 -
leetcode--Contains Duplicate II
Contains Duplicate II转载 2016-12-14 16:44:42 · 189 阅读 · 0 评论 -
leetcode--Palindrome Linked List
Palindrome Linked List转载 2016-12-20 11:48:31 · 227 阅读 · 0 评论 -
leetcode--Valid Anagram
Valid Anagram转载 2016-12-21 22:55:54 · 404 阅读 · 0 评论 -
leetcode--Contains Duplicate
题目:Contains DuplicateGiven an array of integers, find if the array contains any duplicates. Your function should return true if any value appears at least twice in the array, and it should return转载 2016-12-14 15:53:39 · 215 阅读 · 0 评论 -
leetcode-- Excel Sheet Column Number
Excel Sheet Column Number转载 2016-12-12 15:47:30 · 231 阅读 · 0 评论 -
leetcode--Factorial Trailing Zeroes
Factorial Trailing Zeroes转载 2016-12-12 16:15:17 · 212 阅读 · 0 评论 -
leetcode--Rotate Array
Rotate Array转载 2016-12-12 16:37:19 · 204 阅读 · 0 评论 -
leetcode--Happy Number
Happy Number转载 2016-12-12 22:14:47 · 197 阅读 · 0 评论 -
LeetCode---Pascal's Triangle
leetcode转载 2016-12-06 15:25:17 · 191 阅读 · 0 评论 -
leetcode--House Robber
House Robber转载 2016-12-13 09:58:54 · 187 阅读 · 0 评论 -
leetcode--3Sum
3Sum转载 2016-12-13 11:35:33 · 176 阅读 · 0 评论 -
leetcode--Remove Linked List Elements
Remove Linked List Elements转载 2016-12-13 14:54:21 · 248 阅读 · 0 评论 -
leetcode--Count Primes
Count Primes:Count the number of prime numbers less than a non-negative number, n.One:埃拉托斯特尼筛法 Sieve of Eratosthenes思路:素数不能被比它小的整数整除, 建一个boolean 数组, 从2开始, 把其倍数小于N的都删掉.public class转载 2016-12-13 16:38:58 · 233 阅读 · 0 评论 -
leetcode--Isomorphic Strings
Isomorphic Strings转载 2016-12-13 17:33:13 · 186 阅读 · 0 评论 -
leetcode--Reverse Linked List
Reverse Linked List转载 2016-12-13 22:14:28 · 341 阅读 · 0 评论 -
leetcode--Rectangle Area
Rectangle Area转载 2016-12-16 19:30:33 · 378 阅读 · 0 评论 -
leetcode--House Robber II
House Robber II转载 2016-12-14 15:03:47 · 206 阅读 · 0 评论 -
leetcode--Lowest Common Ancestor of a Binary Search Tree
Lowest Common Ancestor of a Binary Search Tree转载 2016-12-20 22:48:45 · 256 阅读 · 0 评论