TheAlgorithms / JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.

Home Page:https://the-algorithms.com/language/javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE]: Height of tree

vishal-sharma-369 opened this issue · comments

Motivation

I want to add a code for finding the height of a tree in the tree algorithms

Examples

No response

Possible workarounds

No response

Additional information

No response

Can I take this?

Screenshot (142)

It is already present in the bfs file under trees. Do we have to move it in a separate file?

@aarti-1108 In that case we don't need to move this in separate file if it is already present.