Build bst using an sorted array

sir i want to you take a look on the given steps:-
1.) given any unsorted array , sort it first.
2.) Use build Balanced binary tree from array method like the one sir taught…in which a balanced binary tree is maded by finding mid point as a root.

So, can i conclude that by following the above two steps…i can build BST without using the actual implementation code of BST instead using build balanced binary tree from sorted array method.
please clarify it sir…

@nikhilmeena
hello nikhil,
yeah ur conclusion is right. using sorted array approach u can form bst

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.