Skip to content

Commit

Permalink
update personal report
Browse files Browse the repository at this point in the history
  • Loading branch information
yelltian authored Aug 10, 2018
1 parent 2b090b6 commit 1fda88e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/田野-个人报告.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
`
void bindModelLeftistHeap(shared_ptr<BaseTree<int>> leftistHeap);
`

* 详见`project/ViewModel/ViewModel.*`
* **在ViewModel层提供获取命令的接口**
* 在ViewModel层中提供新加入的左偏堆和伸展树获取命令的接口
Expand Down Expand Up @@ -133,7 +132,6 @@
`
shared_ptr<CommandBase> getCommandLeftistHeapClear() const;
`

* 详见`project/ViewModel/ViewModel.*`

****
Expand Down Expand Up @@ -174,7 +172,6 @@
`
void bindModelHFTree(shared_ptr<BaseTree<int>> hfTree);
`

* 详见`project/ViewModel/ViewModel.*`
* **在ViewModel层提供获取命令的接口**
* 在ViewModel层中提供新加入的左偏堆和伸展树获取命令的接口
Expand Down Expand Up @@ -210,7 +207,6 @@
`
shared_ptr<CommandBase> getCommandRBTClear() const;
`

* 详见`project/ViewModel/ViewModel.*`

### 个人心得体会
Expand Down

0 comments on commit 1fda88e

Please sign in to comment.