Skip to content

Commit 4df7324

Browse files
Update postorder successor of a node in binary tree.md
1 parent 16b89f0 commit 4df7324

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

JS-Algo/postorder successor of a node in binary tree.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
<img width="887" alt="Screenshot 2023-12-08 at 6 53 08 PM" src="https://github.com/cheatsheet1999/FrontEndCollection/assets/37787994/c4a5bfee-733b-40d4-9bce-dc295522e8c0">
3-
```js
3+
4+
```js
45
class TreeNode {
56
constructor(value) {
67
this.value = value;

0 commit comments

Comments
 (0)