cs61b代码点

- [ ] 链表
    - [ ] 裸链表
    - [ ] 迭代的基本实现
    - [ ] Java工具链表
    - [ ] 习题
    	- [ ]2.1guide 
    		-Rewrite the size, iterativeSize, and get methods from lecture by using this the starter code for the IntList class.
    		-Write methods incrList and dincrList as described in Lists1Exercises. If your solution uses size, iterativeSize, or get, you’ll need to complete the previous exercise first. 
    	- [ ]2.2guide
    		- Do problem 5 from midterm 1 in Kartik’s textbook
    		- Modify the Intlist class so that every time you add a value you “square” the IntList.For example, upon the insertion of 5, the below IntList would transform from:1 => 2 to 1 => 1 => 2 => 4 => 5 and if 7 was added to the latter IntList, it would become 1 => 1 => 1 => 1 => 2 => 4 => 4 => 16 => 5 => 25 => 7 Additionally, you are provided the constraint that you can only access the size() function one time during the entire process of adding a node.
    	-[ ]week3 disc1
    		-Helping Hand Extra
    	-[ ]week3 disc2!
    - [ ] 双向链表
- [ ] 数组
    - [ ] 基本实现
    - [ ] 习题
    	- [ ] 2.3guide
    		- 完成 Kartik教科书练习中期 1 中的第 10 题
    		- 完成 2015 年春季中期 1 中的第 7 题
    - [ ] 循环数组
- [ ] Arrayset
    - [ ] 基本实现
    - [ ] 带迭代器的基本实现
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值