Skip to content

Commit

Permalink
Fix go report card
Browse files Browse the repository at this point in the history
  • Loading branch information
halfrost committed Sep 30, 2020
1 parent c1f4212 commit 3e7996d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ One possible answer is: [0,-3,9,-10,null,5], which represents the following heig

## 解题思路

思路比较简单,依次把链表的中间点作为根结点,类似二分的思想,递归排列所有结点即可。
思路比较简单,依次把链表的中间点作为根结点,类似二分的思想,递归排列所有结点即可。

0 comments on commit 3e7996d

Please sign in to comment.