Skip to content

Height of BST -v3 Add Recursive approach to height#1

Open
pranathibora14 wants to merge 1 commit intomasterfrom
pranathibora14-patch-2
Open

Height of BST -v3 Add Recursive approach to height#1
pranathibora14 wants to merge 1 commit intomasterfrom
pranathibora14-patch-2

Conversation

@pranathibora14
Copy link
Copy Markdown
Owner

This is a recursive approach to computing height of a node in BST. It takes the node as a parameter and returns an integer which is the height of the node.

Closes no issue, First Pull Request

This is a recursive approach to computing height of a node in BST. It takes the node as a parameter and returns an integer which is the height of the node. 

Closes no issue, First Pull Request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant