keshavMM004/InterviewQuest

META interview question

Aberta

#4 aberto em 7 de out. de 2024

 (0 comentário) (0 reação) (0 responsável)Java (0 fork)auto 404
hacktoberfest

Métricas do repositório

Stars
 (0 estrela)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Given the root of a binary tree, return the diameter of the tree, which is the length of the longest path between any two nodes. This path can pass through the root but doesn't have to.

The length of a path between two nodes is defined by the number of edges connecting them. leetcode

Guia do colaborador