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






peerelss

 
 

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

2013年12月22日

百度的一到算法i题
摘要: /** To change this template, choose Tools | Templates* and open the template in the editor.*/package maxint;class MaxArray {int arrayone[];int arraylenght[];int arrayend[];int arrayfour[];public MaxArray() {}public MaxArray(int i) {arrayone = new int[i];arraylenght = new int[i];arrayend = new int[i] 阅读全文
posted @ 2013-12-22 23:30 peerelss 阅读(182) 评论(0) 推荐(0)
 
百度面试的某一道算法题
摘要: /* * To change this template, choose Tools | Templates * and open the template in the editor. */package maxint;class MaxArray { int arrayone[]; int arraylenght[]; int arrayend[]; int arrayfour[]; public MaxArray() { } public MaxArray(int i) { arrayone = new int[i]; ... 阅读全文
posted @ 2013-12-22 23:24 peerelss 阅读(78) 评论(0) 推荐(0)