• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






Retrieve the power...

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

02 2015 档案

 
[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... 阅读全文
posted @ 2015-02-06 23:49 Dabay 阅读(317) 评论(0) 推荐(0)
[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... 阅读全文
posted @ 2015-02-06 23:48 Dabay 阅读(365) 评论(0) 推荐(0)
[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... 阅读全文
posted @ 2015-02-06 05:47 Dabay 阅读(195) 评论(0) 推荐(0)
[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... 阅读全文
posted @ 2015-02-06 03:37 Dabay 阅读(460) 评论(0) 推荐(0)
[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... 阅读全文
posted @ 2015-02-05 01:36 Dabay 阅读(345) 评论(0) 推荐(0)
[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 ... 阅读全文
posted @ 2015-02-04 01:35 Dabay 阅读(258) 评论(0) 推荐(0)
[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... 阅读全文
posted @ 2015-02-04 00:33 Dabay 阅读(294) 评论(0) 推荐(0)
[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... 阅读全文
posted @ 2015-02-03 01:40 Dabay 阅读(540) 评论(0) 推荐(0)
[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... 阅读全文
posted @ 2015-02-01 01:43 Dabay 阅读(218) 评论(0) 推荐(0)