Binary Tree- level wise insertion in a binary tree

preview_player
Показать описание
Hi in this video i will show you how to do level wise insertion in a Binary Tree
Рекомендации по теме
Комментарии
Автор

Really nice explanation of the concept! One suggestion though, try using more descriptive variable names. It's okay if they look longer. Like 'k' could be changed to something like 'data' or 'valueFromList' and 'm' could be something like 'parentNode' or 'position'. It makes your code more readable.

divyadsouza