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






竹林灯火

很失败的退役了!!!
 
 

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

2015年8月13日

动态规划——F 最大矩阵和
摘要: Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater located within the 阅读全文
posted @ 2015-08-13 22:14 竹林灯火 阅读(250) 评论(0) 推荐(0)
 
动态规划——I 记忆化搜索
摘要: Description Michael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向下倾斜,而且当你滑到坡底,你不得不再次走上坡或者等待升降机来载你。Michael想知道载一个区域中最长底滑坡。区域由一个二维数组给出。数组的每个数字代表点的高度。下面是一个例子 1 2 阅读全文
posted @ 2015-08-13 22:01 竹林灯火 阅读(216) 评论(0) 推荐(0)
 
动态规划——C编辑最短距离
摘要: C - 编辑距离 时间限制: 1000女士 内存限制: 65536KB 64位输入输出格式: %I64d & %I64u 提交 状态 C - 编辑距离 提交 状态 描述 Let x and y be two strings over some finite alphabet A. We would 阅读全文
posted @ 2015-08-13 16:52 竹林灯火 阅读(376) 评论(0) 推荐(0)
 
动态规划——K背包问题
摘要: Problem DescriptionNow you are asked to measure a dose of medicine with a balance and a number of weights. Certainly it is not always achievable. So y 阅读全文
posted @ 2015-08-13 16:43 竹林灯火 阅读(414) 评论(0) 推荐(0)