[Leetcode][Python]40: Combination Sum II
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'40: Combination Sum IIhttps://oj.leetcode.com/problems/combination-sum-ii/Given a collecti...
阅读全文
[Leetcode][Python]39: Combination Sum
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'39: Combination Sumhttps://oj.leetcode.com/problems/combination-sum/Given a set of candida...
阅读全文
[Leetcode][Python]19: Remove Nth Node From End of List
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'38: Count and Sayhttps://oj.leetcode.com/problems/count-and-say/The count-and-say sequence...
阅读全文
[Leetcode][Python]37: Sudoku Solver
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'37: Sudoku Solverhttps://oj.leetcode.com/problems/sudoku-solver/Write a program to solve a...
阅读全文
[Leetcode][Python]36: Valid Sudoku
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'36: Valid Sudokuhttps://oj.leetcode.com/problems/valid-sudoku/Determine if a Sudoku is val...
阅读全文
[Leetcode][Python]35: Search Insert Position
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'35: Search Insert Positionhttps://oj.leetcode.com/problems/search-insert-position/Given a ...
阅读全文
[Leetcode][Python]34: Search for a Range
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'34: Search for a Rangehttps://oj.leetcode.com/problems/search-for-a-range/Given a sorted a...
阅读全文
[Leetcode][Python]33: Search in Rotated Sorted Array
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'33: Search in Rotated Sorted Arrayhttps://oj.leetcode.com/problems/search-in-rotated-sorte...
阅读全文
[Leetcode][Python]32: Longest Valid Parentheses
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'32: Longest Valid Parentheseshttps://oj.leetcode.com/problems/longest-valid-parentheses/Gi...
阅读全文