798 views
1 votes
1 votes
I have a confusion regarding the array implementation of binary tree ,i.e what are the index locations of the left child of a node whether it is 2i+1 or 2i and same for right child ,can anyone explain?

1 Answer

Related questions

0 votes
0 votes
1 answer
3
Abhrajyoti00 asked Oct 29, 2022
718 views
Can there be “Stack Overflow” in Linked list Implementation of stack? If Yes, how?
1 votes
1 votes
2 answers
4
Nishisahu asked Sep 23, 2021
424 views
How many min heap possible with 6 distinct node?