Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiFengGH authored May 30, 2018
1 parent 794fca9 commit 11f2cb8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CodingInterviewGuide/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@

- C2ReversePart:反转部分单链表;

- C3GetNextNode:获取节点的后继节点,后继节点为中序遍历中的下一个节点;

- C3GetPostArray:根据树遍历的前序和中序数组返回后序遍历的数组;

- C4Jump:给定数组arr,arr[i] == k代表向右移动1~k步,返回最少几步跳回到数组末尾;

- C4LongestConsecutive:给定数组arr,返回其中连续最长子序列的长度,如[100,2,200,1,3,4],应返回4;
Expand Down Expand Up @@ -58,6 +62,4 @@

- C8PrintMatrixZigZag:之字形打印矩阵;

- C8GetNextNode:获取节点的后继节点,后继节点为中序遍历中的下一个节点;

- C8GetPostArray:根据树遍历的前序和中序数组返回后序遍历的数组;
- C8GetMinLength:获取排序的最短子数组的长度;

0 comments on commit 11f2cb8

Please sign in to comment.