不准访问
- 积分
- 223
- 大米
- 颗
- 鳄梨
- 个
- 水井
- 尺
- 蓝莓
- 颗
- 萝卜
- 根
- 小米
- 粒
- 学分
- 个
- 注册时间
- 2017-3-8
- 最后登录
- 1970-1-1
|
本帖最后由 Wei Zhang 于 2017-4-1 06:13 编辑
Conclusion
1. lab3 will help for your hw3 as they use the same data structure of linklist
2.three questions
---use arrary to solve the questions (key: always compare the current node with next one, if differ save(tag++) or still(tag) )
---the same with the q1, the difference is using the LinkedList(the ending condition changes)
---twin (my key: distinguish the difference between reference and object, in other words how to copy the node)
|
|