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






Retrieve the power...

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 ··· 8 下一页

2015年3月24日

[Leetcode][Python]46: Permutations
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'46: Permutationshttps://leetcode.com/problems/permutations/Given a collection of numbers, ... 阅读全文
posted @ 2015-03-24 23:26 Dabay 阅读(780) 评论(0) 推荐(0)
 
[Leetcode][Python]45: Jump Game II
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'45: Jump Game IIhttps://oj.leetcode.com/problems/jump-game-ii/Given an array of non-negati... 阅读全文
posted @ 2015-03-24 23:16 Dabay 阅读(321) 评论(0) 推荐(0)
 

2015年3月23日

[Leetcode][Python]44:Wildcard Matching
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'44:Wildcard Matchinghttps://oj.leetcode.com/problems/wildcard-matching/'?' Matches any sin... 阅读全文
posted @ 2015-03-23 22:32 Dabay 阅读(726) 评论(0) 推荐(0)
 
[Leetcode][Python]43: Multiply Strings
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'43: Multiply Stringshttps://leetcode.com/problems/multiply-strings/Given two numbers repre... 阅读全文
posted @ 2015-03-23 22:27 Dabay 阅读(526) 评论(0) 推荐(0)
 

2015年3月19日

[Leetcode][Python]42: Trapping Rain Water
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'42: Trapping Rain Waterhttps://oj.leetcode.com/problems/trapping-rain-water/Given n non-ne... 阅读全文
posted @ 2015-03-19 23:45 Dabay 阅读(465) 评论(0) 推荐(0)
 
[Leetcode][Python]41: First Missing Positive
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'41: First Missing Positivehttps://oj.leetcode.com/problems/first-missing-positive/Given an... 阅读全文
posted @ 2015-03-19 22:24 Dabay 阅读(467) 评论(0) 推荐(0)
 

2015年2月6日

[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 阅读(311) 评论(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 阅读(359) 评论(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 阅读(194) 评论(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 阅读(451) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 6 ··· 8 下一页