Skip to content

dynamic_programming_on_trees#2

Open
amul-code wants to merge 1 commit intomasterfrom
amul-code-patch-2
Open

dynamic_programming_on_trees#2
amul-code wants to merge 1 commit intomasterfrom
amul-code-patch-2

Conversation

@amul-code
Copy link
Owner

Given a tree with N nodes and N-1 edges, calculate the maximum sum of the node values from root to any of the leaves without re-visiting any node.

What type of PR is this? (check all applicable)

  • [ 1] 🚀 Added Name
  • [ 1] ✨ Feature
  • [1 ] 🌟 stared the repo
  • 🐛 Grammatical Error
  • 📝 Documentation Update
  • 🚩 Other

Description

Add Link of GitHub Profile

Given a tree with N nodes and N-1 edges, calculate the maximum sum of the node values from root to any of the leaves without re-visiting any node.
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