自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

负雪明烛

算法题博主,7 年写了 1000 多篇 LeetCode 题解,致力于帮助更多人拿到满意的 Offer!

  • 博客(40)
  • 收藏
  • 关注

原创 【LeetCode】6. ZigZag Conversion Z 字形变换

【LeetCode】6. ZigZag Conversion 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/zigzag-conversio...

2018-06-27 15:52:54 3273

原创 【LeetCode】227. Basic Calculator II 解题报告(Python)

【LeetCode】227. Basic Calculator II 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/basic-calcul...

2018-06-27 11:15:32 4696 6

原创 【LeetCode】165. Compare Version Numbers 解题报告(Python)

【LeetCode】165. Compare Version Numbers 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/compare-...

2018-06-26 21:31:45 1356

原创 【LeetCode】71. Simplify Path 解题报告(Python)

【LeetCode】71. Simplify Path 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/simplify-path/descr...

2018-06-26 11:06:04 2441 4

原创 【LeetCode】151. Reverse Words in a String 翻转字符串里的单词(Python)

【LeetCode】151. Reverse Words in a String 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/revers...

2018-06-26 09:15:04 1709

原创 【LeetCode】143. Reorder List 解题报告(Python)

【LeetCode】143. Reorder List 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/reorder-list/descri...

2018-06-25 18:01:21 2541

原创 【LeetCode】92. Reverse Linked List II 解题报告(Python&C++)

【LeetCode】92. Reverse Linked List II 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/reverse-li...

2018-06-24 21:16:21 3106

原创 【LeetCode】86. Partition List 解题报告(Python)

【LeetCode】86. Partition List 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/partition-list/des...

2018-06-24 19:05:35 1706

原创 【LeetCode】61. Rotate List 解题报告(Python)

【LeetCode】61. Rotate List 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/rotate-list/descripti...

2018-06-23 23:33:33 1555

原创 【LeetCode】138. Copy List with Random Pointer 复制带随机指针的链表 解题报告(Python)

【LeetCode】138. Copy List with Random Pointer 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/co...

2018-06-23 22:11:12 4325

原创 【LeetCode】82. Remove Duplicates from Sorted List II 解题报告(Python&C++)

【LeetCode】82. Remove Duplicates from Sorted List II 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/prob...

2018-06-23 20:00:23 2126

原创 【LeetCode】19. Remove Nth Node From End of List 删除链表的倒数第 N 个结点

【LeetCode】19. Remove Nth Node From End of List 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/...

2018-06-23 19:12:58 2679

原创 【LeetCode】147. Insertion Sort List 解题报告(Python)

【LeetCode】147. Insertion Sort List 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/insertion-so...

2018-06-23 17:58:37 2182 2

原创 【LeetCode】109. Convert Sorted List to Binary Search Tree 解题报告(Python)

【LeetCode】109. Convert Sorted List to Binary Search Tree 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com...

2018-06-23 17:06:54 2335

原创 【LeetCode】222. Count Complete Tree Nodes 解题报告(Python)

【LeetCode】222. Count Complete Tree Nodes 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/count-...

2018-06-23 10:46:06 3165 2

原创 【LeetCode】113. Path Sum II 路径总和 II 解题报告(Python)

【LeetCode】113. Path Sum II 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/path-sum-ii/descript...

2018-06-22 23:32:46 1703 5

原创 【LeetCode】113. Path Sum II 解题报告(Python)

【LeetCode】113. Path Sum II 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/path-sum-ii/descript...

2018-06-22 23:10:35 1856

原创 【LeetCode】337. House Robber III 解题报告(Python)

【LeetCode】337. House Robber III 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/house-robber-ii...

2018-06-22 21:57:25 3230

原创 【LeetCode】95. Unique Binary Search Trees II 解题报告(Python)

【LeetCode】95. Unique Binary Search Trees II 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/uni...

2018-06-22 21:04:43 5929

原创 【LeetCode】236. Lowest Common Ancestor of a Binary Tree 解题报告(Python)

【LeetCode】236. Lowest Common Ancestor of a Binary Tree 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/p...

2018-06-22 19:51:58 4424 6

原创 【LeetCode】105. Construct Binary Tree from Preorder and Inorder Traversal 从前序与中序遍历序列构造二叉树(Python)

【LeetCode】105. Construct Binary Tree from Preorder and Inorder Traversal 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:http...

2018-06-22 16:09:42 3388 2

原创 【LeetCode】852. Peak Index in a Mountain Array 解题报告(Python)

【LeetCode】852. Peak Index in a Mountain Array 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/p...

2018-06-17 21:40:21 2413 2

原创 【LeetCode】468. Validate IP Address 解题报告(Python)

【LeetCode】468. Validate IP Address 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/validate-ip-...

2018-06-13 17:30:22 1950

原创 【LeetCode】43. Multiply Strings 解题报告(Python & C++)

【LeetCode】43. Multiply Strings 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/multiply-strings...

2018-06-13 16:55:13 3933

原创 【LeetCode】678. Valid Parenthesis String 解题报告(Python)

【LeetCode】678. Valid Parenthesis String 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/valid-p...

2018-06-13 16:29:42 2031

原创 【LeetCode】767. Reorganize String 解题报告(Python)

【LeetCode】767. Reorganize String 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/reorganize-str...

2018-06-13 16:01:16 3074

原创 【LeetCode】809. Expressive Words 解题报告(Python)

【LeetCode】809. Expressive Words 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/expressive-word...

2018-06-13 14:27:03 1730

原创 【LeetCode】816. Ambiguous Coordinates 解题报告(Python)

【LeetCode】816. Ambiguous Coordinates 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/ambiguous-...

2018-06-13 11:58:18 934

原创 【LeetCode】89. Gray Code 解题报告(Python & C++)

【LeetCode】89. Gray Code 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/gray-code/description/...

2018-06-12 13:38:19 2463 1

原创 【LeetCode】842. Split Array into Fibonacci Sequence 解题报告(Python & C++)

【LeetCode】842. Split Array into Fibonacci Sequence 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/probl...

2018-06-12 11:17:15 2169 2

原创 【LeetCode】306. Additive Number 解题报告(Python)

【LeetCode】306. Additive Number 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/additive-number/...

2018-06-12 10:19:44 2404 1

原创 【LeetCode】60. Permutation Sequence 解题报告(Python & C++)

【LeetCode】60. Permutation Sequence 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/permutation-...

2018-06-11 22:23:39 3499 2

原创 【LeetCode】93. Restore IP Addresses 解题报告(Python & C++)

【LeetCode】93. Restore IP Addresses 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/restore-ip-a...

2018-06-11 20:26:20 4736 5

原创 【LeetCode】640. Solve the Equation 解题报告(Python)

【LeetCode】640. Solve the Equation 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/solve-the-equ...

2018-06-11 18:33:41 1184

原创 【LeetCode】592. Fraction Addition and Subtraction 解题报告(Python)

【LeetCode】592. Fraction Addition and Subtraction 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problem...

2018-06-11 17:34:32 1112

原创 【LeetCode】848. Shifting Letters 解题报告(Python)

【LeetCode】848. Shifting Letters 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/shifting-letter...

2018-06-10 20:54:34 1021

原创 【LeetCode】831. Masking Personal Information 解题报告(Python)

【LeetCode】831. Masking Personal Information 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/mas...

2018-06-10 20:07:56 1630

原创 【LeetCode】844. Backspace String Compare 解题报告(Python)

【LeetCode】844. Backspace String Compare 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems/backspa...

2018-06-10 18:35:33 2687

原创 【LeetCode】849. Maximize Distance to Closest Person 解题报告(Python)

【LeetCode】849. Maximize Distance to Closest Person 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/probl...

2018-06-10 18:15:56 2502

原创 【LeetCode】357. Count Numbers with Unique Digits 解题报告(Python & C++)

【LeetCode】357. Count Numbers with Unique Digits 解题报告(Python)标签(空格分隔): LeetCode作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.me/题目地址:https://leetcode.com/problems...

2018-06-02 22:14:38 1670

空空如也

空空如也

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

TA关注的人

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