自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(45)
  • 收藏
  • 关注

原创 leetcode N-Queens II

N-Queens II 原题地址:https://oj.leetcode.com/problems/n-queens-ii/Follow up for N-Queens problem.Now, instead outputting board configurations, return the total number of distinct solutions.

2014-11-16 17:44:15 448

原创 leetcode N-Queens

N-Queens 原题地址:https://oj.leetcode.com/problems/n-queens/

2014-11-16 17:42:28 383

原创 leetcode Permutations II

Permutations II原题地址:https://oj.leetcode.com/problems/permutations-ii/

2014-11-16 17:36:13 341

原创 leetcode Sudoku Solver

Sudoku Solver 原题地址:https://oj.leetcode.com/problems/sudoku-solver/

2014-11-16 16:44:33 296

原创 leetcode Word Break II

Word Break II 原题地址:https://oj.leetcode.com/problems/word-break-ii/Given a string s and a dictionary of words dict, add spaces in s to construct a sentence where each word is a valid dictiona

2014-11-16 16:40:41 341

转载 leetcode Word Ladder II

Word Ladder II 原题地址:

2014-11-16 14:30:45 335

原创 leetcode Combination Sum II

Combination Sum II 原题地址:https://oj.leetcode.com/problems/combination-sum-ii/Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the

2014-11-16 14:18:44 364

转载 leetcode Combination Sum

Combination Sum 原题地址:

2014-11-16 14:15:08 283

原创 leetcode Combinations

Permutations 原题地址:

2014-11-16 14:10:32 332

转载 leetcode Generate Parentheses

Generate Parentheses 原题地址:https://oj.leetcode.com/problems/generate-parentheses/Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses.For

2014-11-16 14:06:21 292

转载 leetcode Gray Code

Gray Code 原题地址:https://oj.leetcode.com/problems/gray-code/

2014-11-16 13:44:45 291

原创 leetcode Letter Combinations of a Phone Number

Letter Combinations of a Phone Number 原题地址:

2014-11-16 13:37:56 331

原创 leetcode Palindrome Partitioning

Palindrome Partitioning 原题地址:https://oj.leetcode.com/problems/palindrome-partitioning/

2014-11-16 13:34:15 308

转载 leetcode Permutation Sequence

Permutation Sequence 原题地址:https://oj.leetcode.com/problems/permutation-sequence/

2014-11-16 12:58:04 283

原创 leetcode Permutations

Permutations 原题地址:

2014-11-15 16:26:22 319

原创 leetcode Restore IP Addresses

Restore IP Addresses 原题地址:https://oj.leetcode.com/problems/restore-ip-addresses/

2014-11-14 21:09:01 358

转载 leetcode Subsets II

Subsets II 原题地址:https://oj.leetcode.com/problems/subsets-ii/Given a collection of integers that might contain duplicates, S, return all possible subsets.Note:Elements in a subset m

2014-11-14 21:01:05 302

原创 leetcode Subsets

Subsets原题地址:https://oj.leetcode.com/problems/subsets/Given a set of distinct integers, S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The

2014-11-14 20:31:29 333

原创 leetcode Word Search

回溯也刷完了,再从头zongjieyixia

2014-11-14 20:25:22 315

转载 leetcode Best Time to Buy and Sell Stock III

Best Time to Buy and Sell Stock III 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 the maximum profit. You may complet

2014-11-06 13:23:47 482

转载 leetcode Edit Distance

Edit Distance 原题地址:

2014-11-06 13:14:05 370

转载 leetcode Distinct Subsequences

Distinct Subsequences 原题地址:https://oj.leetcode.com/problems/distinct-subsequences/Given a string S and a string T, count the number of distinct subsequences of T in S.A subsequence of a

2014-11-05 15:58:12 336

转载 leetcode Interleaving String

Interleaving String  原题地址:

2014-11-05 15:16:57 270

转载 leetcode Longest Valid Parentheses

Longest Valid Parentheses 原题地址:https://oj.leetcode.com/problems/longest-valid-parentheses/

2014-11-05 15:11:40 386

转载 leetcode Maximal Rectangle

Submission Details 原题地址:

2014-11-04 21:40:15 316

转载 leetcode Palindrome Partitioning II

leetcode Palindrome Partitioning II 原题地址:https://oj.leetcode.com/problems/palindrome-partitioning-ii/Given a string s, partition s such that every substring of the partition is a palindrome.

2014-11-04 20:58:49 306

转载 leetcode Regular Expression Matching

Regular Expression Matching原题地址:Implement regular expression matching with support for '.' and '*'.'.' Matches any single character.'*' Matches zero or more of the preceding element.The mat

2014-11-04 20:45:14 312

转载 leetcode Scramble String

Scramble String 原题地址:

2014-11-04 20:29:59 406

转载 leetcode Wildcard Matching

Wildcard Matching  原题地址:https://oj.leetcode.com/problems/wildcard-matching/

2014-11-04 18:28:05 287

转载 leetcode Word Break II

Word Break II  原题地址:

2014-11-04 15:46:26 339

转载 leetcode Best Time to Buy and Sell Stock

Best Time to Buy and Sell Stock 原题地址:https://oj.leetcode.com/problems/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.

2014-11-04 15:17:47 331

原创 leetcode Decode Ways

Decode Ways 原题地址:https://oj.leetcode.com/problems/decode-ways/A message containing letters from A-Z is being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26

2014-11-04 14:48:41 336

转载 leetcode Maximum Product Subarray

Maximum Product Subarray 原题地址:

2014-11-03 21:39:53 328

转载 leetcode Maximum Subarray

Maximum Subarray 原题地址:

2014-11-03 21:14:11 292

转载 leetcode Minimum Path Sum

Scramble String 原题地址:

2014-11-03 21:04:44 340

转载 leetcode Triangle

Unique Binary Search Trees II 原题地址:

2014-11-03 20:53:26 282

转载 leetcode Unique Binary Search Trees II

Word Break 原题地址:https://oj.leetcode.com/problems/unique-binary-search-trees-ii/Given n, generate all structurally unique BST's (binary search trees) that store values 1...n.For example

2014-11-03 18:43:54 353

转载 leetcode Unique Binary Search Trees

Unique Binary Search Trees 原题地址:https://oj.leetcode.com/problems/unique-binary-search-trees/

2014-11-03 18:03:27 361

原创 leetcode Unique Paths II

Unique Paths II

2014-11-03 17:36:37 345

原创 leetcode Unique Paths

Word Break 原题地址:https://oj.leetcode.com/problems/unique-paths/A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).The robot can only move eith

2014-11-03 16:24:36 300

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除