tasnimzotder / hacktoberfest-2020

Let's tackle the Climate-Change together with Open-Source 🌍 + 👩‍💻
https://tasnimzotder.github.io/hacktoberfest-2020/
MIT License
24 stars 140 forks source link

Add Binary Tree Creation cpp #148

Closed Dheeraj-kumar626 closed 4 years ago

Dheeraj-kumar626 commented 4 years ago

Adding Binary Tree creation from Array Input where the child node values for the parent node at index i is present at 2i+1, 2i+2 and -1 value indicates a NULL node.