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






Retrieve the power...

 
 

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

随笔分类 -  Algorithms

上一页 1 2 3 下一页

 
[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)
[Leetcode][Python]31: Next Permutation
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'31: Next Permutationhttps://oj.leetcode.com/problems/next-permutation/Implement next permu... 阅读全文
posted @ 2015-01-31 01:50 Dabay 阅读(292) 评论(0) 推荐(0)
[Leetcode][Python]30: Substring with Concatenation of All Words
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'30: Substring with Concatenation of All Wordshttps://oj.leetcode.com/problems/substring-wi... 阅读全文
posted @ 2015-01-30 23:15 Dabay 阅读(372) 评论(0) 推荐(0)
[Leetcode][Python]29: Divide Two Integers
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'29: Divide Two Integershttps://oj.leetcode.com/problems/divide-two-integers/Divide two int... 阅读全文
posted @ 2015-01-30 19:33 Dabay 阅读(670) 评论(0) 推荐(0)
[Leetcode][Python]28: Implement strStr()
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'28: Implement strStr()https://oj.leetcode.com/problems/implement-strstr/Implement strStr()... 阅读全文
posted @ 2015-01-30 04:40 Dabay 阅读(509) 评论(0) 推荐(0)
[Leetcode][Python]27: Remove Element
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'27: Remove Elementhttps://oj.leetcode.com/problems/remove-element/Given an array and a val... 阅读全文
posted @ 2015-01-30 03:53 Dabay 阅读(276) 评论(0) 推荐(0)
[Leetcode][Python]26: Remove Duplicates from Sorted Array
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'26: Remove Duplicates from Sorted Arrayhttps://oj.leetcode.com/problems/remove-duplicates-... 阅读全文
posted @ 2015-01-30 01:36 Dabay 阅读(277) 评论(0) 推荐(0)
[Leetcode][Python]25: Reverse Nodes in k-Group
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'25: Reverse Nodes in k-Grouphttps://oj.leetcode.com/problems/reverse-nodes-in-k-group/Give... 阅读全文
posted @ 2015-01-29 21:10 Dabay 阅读(184) 评论(0) 推荐(0)
[Leetcode][Python]24: Swap Nodes in Pairs
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'24: Swap Nodes in Pairshttps://oj.leetcode.com/problems/swap-nodes-in-pairs/Given a linked... 阅读全文
posted @ 2015-01-29 00:00 Dabay 阅读(264) 评论(0) 推荐(0)
[Leetcode][Python]23: Merge k Sorted Lists
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'23: Merge k Sorted Listshttps://oj.leetcode.com/problems/merge-k-sorted-lists/Merge k sort... 阅读全文
posted @ 2015-01-27 21:52 Dabay 阅读(230) 评论(0) 推荐(0)
[Leetcode][Python]22: Generate Parentheses
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'22: Generate Parentheseshttps://oj.leetcode.com/problems/generate-parentheses/Given n pair... 阅读全文
posted @ 2015-01-27 21:46 Dabay 阅读(321) 评论(0) 推荐(0)
[Leetcode][Python]21: Merge Two Sorted Lists
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'21: Merge Two Sorted Listshttps://oj.leetcode.com/problems/merge-two-sorted-lists/Merge tw... 阅读全文
posted @ 2015-01-27 03:30 Dabay 阅读(644) 评论(1) 推荐(0)
[Leetcode][Python]20: Valid Parentheses
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'20: Valid Parentheseshttps://oj.leetcode.com/problems/valid-parentheses/Given a string con... 阅读全文
posted @ 2015-01-23 23:36 Dabay 阅读(231) 评论(0) 推荐(0)
[Leetcode][Python]19: Remove Nth Node From End of List
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'19: Remove Nth Node From End of Listhttps://oj.leetcode.com/problems/remove-nth-node-from-... 阅读全文
posted @ 2015-01-23 23:21 Dabay 阅读(305) 评论(0) 推荐(0)
[LeetCode][Python]18: 4Sum
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'18: 4Sumhttps://oj.leetcode.com/problems/4sum/Given an array S of n integers, are there el... 阅读全文
posted @ 2015-01-21 23:49 Dabay 阅读(589) 评论(0) 推荐(0)
[LeetCode][Python]17: Letter Combinations of a Phone Number
摘要:# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'17: Letter Combinations of a Phone Numberhttps://oj.leetcode.com/problems/letter-combinati... 阅读全文
posted @ 2015-01-21 22:35 Dabay 阅读(293) 评论(0) 推荐(0)
 

上一页 1 2 3 下一页