What is the time complexity of inorder traversal in a binary tree?

1 answer

Answer

1007309

2026-04-04 02:55

+ Follow

The time complexity of inorder traversal in a binary tree is O(n), where n is the number of nodes in the tree.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.