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

Added solution to Kth largest sum in a Binary tree problem #119

Merged
merged 4 commits into from
Oct 23, 2024

Conversation

simran0963
Copy link

Added solution to the problem which involves finding kth largest sum of any level in a binary tree, this is a leetcode problem 2583.
I have provided a c++ solution to the problem.

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that you star the repository and follow me in github,otherwise PR will not merged. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@abhisek247767
Copy link
Owner

please push single code file with explanation and code

@abhisek247767 abhisek247767 added enhancement New feature or request documentation Improvements or additions to documentation labels Oct 22, 2024
@simran0963
Copy link
Author

did the explanation and the combining the two files

@abhisek247767
Copy link
Owner

No. all in single file

@simran0963
Copy link
Author

The file has the explanation, I have added comments now and everything exists in just one single file.

@abhisek247767
Copy link
Owner

no need of vs code folder. Please check others pR and do conribution.

@simran0963
Copy link
Author

I have removed the vs code folder now. Hope everything is as required now.

@abhisek247767 abhisek247767 merged commit ba703e4 into abhisek247767:main Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Hacktoberfest-2024 Hacktoberfest-Accepted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants