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






Retrieve the power...

 
 

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

2015年4月7日

[Leetcode][Python]56: Merge Intervals
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'56: Merge Intervalshttps://oj.leetcode.com/problems/merge-intervals/Given a collection of ... 阅读全文
posted @ 2015-04-07 03:42 Dabay 阅读(552) 评论(0) 推荐(0)
 
[Leetcode][Python]55: Jump Game
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'55: Jump Gamehttps://leetcode.com/problems/jump-game/Given an array of non-negative intege... 阅读全文
posted @ 2015-04-07 03:25 Dabay 阅读(381) 评论(0) 推荐(0)
 

2015年3月30日

[Leetcode][Python]54: Spiral Matrix
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'54: Spiral Matrixhttps://leetcode.com/problems/spiral-matrix/Given a matrix of m x n eleme... 阅读全文
posted @ 2015-03-30 21:39 Dabay 阅读(424) 评论(0) 推荐(0)
 
[Leetcode][Python]53: Maximum Subarray
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'53: Maximum Subarrayhttps://leetcode.com/problems/maximum-subarray/Find the contiguous sub... 阅读全文
posted @ 2015-03-30 20:27 Dabay 阅读(582) 评论(0) 推荐(0)
 

2015年3月27日

[Leetcode][Python]52: N-Queens II
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'52: N-Queens IIhttps://oj.leetcode.com/problems/n-queens-ii/Follow up for N-Queens problem... 阅读全文
posted @ 2015-03-27 22:25 Dabay 阅读(329) 评论(0) 推荐(0)
 
[Leetcode][Python]51: N-Queens
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'51: N-Queenshttps://oj.leetcode.com/problems/n-queens/The n-queens puzzle is the problem o... 阅读全文
posted @ 2015-03-27 01:10 Dabay 阅读(519) 评论(0) 推荐(0)
 
[Leetcode][Python]50: Pow(x, n)
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'50: Pow(x, n)https://leetcode.com/problems/powx-n/Implement pow(x, n).=== Comments by Daba... 阅读全文
posted @ 2015-03-27 01:05 Dabay 阅读(432) 评论(0) 推荐(0)
 

2015年3月26日

[Leetcode][Python]49: Anagrams
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'49: Anagramshttps://leetcode.com/problems/anagrams/Given an array of strings, return all g... 阅读全文
posted @ 2015-03-26 01:37 Dabay 阅读(435) 评论(0) 推荐(0)
 
[Leetcode][Python]48: Rotate Image
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'48: Rotate Imagehttps://leetcode.com/problems/rotate-image/You are given an n x n 2D matri... 阅读全文
posted @ 2015-03-26 01:07 Dabay 阅读(457) 评论(0) 推荐(0)
 

2015年3月25日

[Leetcode][Python]47: Permutations II
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'47: Permutations IIhttps://oj.leetcode.com/problems/permutations-ii/Given a collection of ... 阅读全文
posted @ 2015-03-25 01:37 Dabay 阅读(723) 评论(0) 推荐(0)
 
1 2 3 4 5 ··· 8 下一页