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






乘风有时

 
 

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

2017年8月12日

[LeetCode]Reverse String
摘要: 题目:Reverse String Write a function that takes a string as input and returns the string reversed. Example:Given s = "hello", return "olleh". 题意:逆置字符串 思 阅读全文
posted @ 2017-08-12 17:07 乘风有时 阅读(323) 评论(0) 推荐(1)
 
[LeetCode]Integer Break
摘要: 题目:Integer Break Given a positive integer n, break it into the sum of at least two positive integers and maximize the product of those integers. Retur 阅读全文
posted @ 2017-08-12 16:55 乘风有时 阅读(155) 评论(0) 推荐(0)