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






竹林灯火

很失败的退役了!!!
 
 

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

2015年8月11日

动态规划——H 最少回文串
摘要: We say a sequence of characters is a palindrome if it is the same written forwards and backwards. For example, ‘racecar’ is a palindrome, but ‘fastcar 阅读全文
posted @ 2015-08-11 19:55 竹林灯火 阅读(299) 评论(0) 推荐(0)
 
动态规划——G 回文串
摘要: G - 回文串 Time Limit:3000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status G - 回文串 Submit Status Description A palindrome is a symmetr 阅读全文
posted @ 2015-08-11 19:08 竹林灯火 阅读(220) 评论(0) 推荐(0)
 
动态规划——J 括号配对问题
摘要: J - 括号匹配 Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status J - 括号匹配 Submit Status Description We give the following i 阅读全文
posted @ 2015-08-11 19:00 竹林灯火 阅读(372) 评论(0) 推荐(0)
 
动态规划——A 最大子段和
摘要: A - 最大子段和 Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status A - 最大子段和 Submit Status Description Given a sequence a[1] 阅读全文
posted @ 2015-08-11 18:45 竹林灯火 阅读(289) 评论(0) 推荐(0)