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






Retrieve the power...

 
 

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

2015年1月13日

[LeetCode][Python]Largest Number
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'https://oj.leetcode.com/problems/largest-number/Given a list of non negative integers, arr... 阅读全文
posted @ 2015-01-13 23:28 Dabay 阅读(808) 评论(0) 推荐(0)
 
[LeetCode][Python]String to Integer (atoi)
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'https://oj.leetcode.com/problems/string-to-integer-atoi/Implement atoi to convert a string... 阅读全文
posted @ 2015-01-13 23:19 Dabay 阅读(450) 评论(0) 推荐(0)
 
[LeetCode][Python]Reverse Integer
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'https://oj.leetcode.com/problems/reverse-integer/Reverse digits of an integer.Example1: x ... 阅读全文
posted @ 2015-01-13 23:05 Dabay 阅读(379) 评论(0) 推荐(0)
 
[LeetCode][Python]ZigZag Conversion
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'https://oj.leetcode.com/problems/zigzag-conversion/The string "PAYPALISHIRING" is written ... 阅读全文
posted @ 2015-01-13 19:56 Dabay 阅读(429) 评论(0) 推荐(0)
 
[LeetCode][Python]Longest Palindromic Substring
摘要: # -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'https://oj.leetcode.com/problems/longest-palindromic-substring/Given a string S, find the ... 阅读全文
posted @ 2015-01-13 00:49 Dabay 阅读(360) 评论(0) 推荐(0)