Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue413 #544

Merged
merged 2 commits into from
Oct 27, 2021
Merged

Issue413 #544

merged 2 commits into from
Oct 27, 2021

Conversation

dhruvin5
Copy link
Contributor

@dhruvin5 dhruvin5 commented Oct 26, 2021

Related Issue

Describe the changes you've made

Python solution (with commented explanations) of leetcode problem Maximum Sum BST in Binary Tree[Hard]
I have attached the python file inside the folder of the problem

Mention any unusual behaviour of your code (Write NA if not)

NA

Checklist:

(To mark, write x inside the square brackets like this: [x])

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly whereever it was hard to understand.
  • My changes generate no new warnings.

Additional Info (optional)

Any additional information you want to give

@kanak22 kanak22 merged commit 0d2d7cf into kanak22:main Oct 27, 2021
@kanak22 kanak22 added the hacktoberfest-accepted For accepted contributions in hactoberfest label Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted For accepted contributions in hactoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maximum Sum BST in Binary Tree
2 participants