mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-06 09:06:51 +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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user