Hola! Help me with this thank you! Please do a code without using 'def' thank you.
Python - Tree Operation:
Given the following values: 30,23,16,28,28,90,78,7,15 and 46
- Insert all data into a binary tree in order from 30 to 46. The root is 30. (Draw the Tree) .
- Delete node that consists of 90 (Draw the Tree after deletion)
- Arrange updated data (after deleting 90) In order, Preorder and Post order
Comments
Leave a comment