Skip to content

Commit 0653bf0

Browse files
committed
core: add verifyPostorder
1 parent 3f5b2f4 commit 0653bf0

File tree

1 file changed

+1
-0
lines changed
  • packages/core/src/algorithmic-complexity/time-complexity

1 file changed

+1
-0
lines changed

packages/core/src/algorithmic-complexity/time-complexity/contact.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,3 +359,4 @@ function recur(postorder:number[],i:number,j:number):boolean{
359359
return p == j && recur(postorder, i, m - 1) && recur(postorder, m, j - 1);
360360

361361
}
362+

0 commit comments

Comments
 (0)