keshavMM004 / keshavMM004/InterviewQuest
META interview question
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
A path in a binary tree is a sequence of nodes where each consecutive pair of nodes is connected by an edge. Each node can appear in the sequence no more than once. The path does not necessarily need to pass through the root.
The sum of a path is the total value of the nodes along the path.
Given the root of a binary tree, return the maximum sum of any non-empty path in the tree.
[leetcode](https://leetcode.com/problems/binary-tree-maximum-path-sum/description/)
Contributor guide
Research direction
Start with the linked LeetCode problem to understand the maximum-path-sum requirements. The issue names no repository files, tests, or entry points, so first locate the intended Java solution area and determine how solutions are validated; done means a working solution for the stated problem.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100