441 views
0 votes
0 votes
1. What is the time complexity to design BST from given postorder and inorder traversal?

2. What is the time complexity to design BST from given postorder only.

 

I know time to design BST from Preorder is O(n).

Please log in or register to answer this question.

Related questions

2 votes
2 votes
1 answer
1
go_editor asked Jul 7, 2016
2,820 views
The strategy used to reduce the number of tree branches and the number of static evaluations applied in case of a game tree isMinmax strategyAlpha-beta pruning strategyCo...
0 votes
0 votes
1 answer
2
0 votes
0 votes
0 answers
3
Vikas123 asked Jan 8, 2019
719 views
Acc. to (question) my solution is...uniquely constructed binary tree PRE+POST and IN+POST…where i am wrong….