mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-08 02:04:31 +08:00
Fix a wrong comment in the tree postorder traversal (#5774)
This commit is contained in:
@ -281,7 +281,7 @@ public class BinaryTree {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prints rightChild - leftChild - root
|
* Prints leftChild - rightChild - root
|
||||||
*
|
*
|
||||||
* @param localRoot The local root of the binary tree
|
* @param localRoot The local root of the binary tree
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user