Adding Leetcode Problem #130

Closed
opened 2026-01-29 15:05:07 +00:00 by claunia · 6 comments
Owner

Originally created by @anuragsahay5 on GitHub (Oct 18, 2022).

Detailed description

I want to Add the LeetCode Problem No. 968 Binary Tree Cameras Hard.

Context

It will help to understand how we can solve hard problems containing tree data structures.

Possible implementation

Dynamic Programming
Depth First Search

Additional information

No response

Originally created by @anuragsahay5 on GitHub (Oct 18, 2022). ### Detailed description I want to Add the LeetCode Problem No. 968 Binary Tree Cameras Hard. ### Context It will help to understand how we can solve hard problems containing tree data structures. ### Possible implementation Dynamic Programming Depth First Search ### Additional information _No response_
claunia added the Staleenhancement labels 2026-01-29 15:05:07 +00:00
Author
Owner

@Panquesito7 commented on GitHub (Oct 18, 2022):

Thank you for your interest in contributing! 🎉
Before submitting a PR, please ensure the following:

  • The algorithm/implementation isn't a duplicate in this repository.
  • Make your code per the repository standards.
  • Ensure that all the automated-tests pass.
@Panquesito7 commented on GitHub (Oct 18, 2022): Thank you for your interest in contributing! 🎉 Before submitting a PR, please ensure the following: - The algorithm/implementation isn't a duplicate in this repository. - Make your code per the repository [standards](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md). - Ensure that all the [automated-tests](https://github.com/TheAlgorithms/C/actions) pass.
Author
Owner

@SwaggyRajput commented on GitHub (Oct 22, 2022):

Hello sir, can u assign me this issue. I would love to grab this opportunity.

@SwaggyRajput commented on GitHub (Oct 22, 2022): Hello sir, can u assign me this issue. I would love to grab this opportunity.
Author
Owner

@github-actions[bot] commented on GitHub (Nov 22, 2022):

This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions[bot] commented on GitHub (Nov 22, 2022): This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Author
Owner

@Panquesito7 commented on GitHub (Nov 24, 2022):

@anuragsahay5, do you still want to work on this?

@Panquesito7 commented on GitHub (Nov 24, 2022): @anuragsahay5, do you still want to work on this?
Author
Owner

@github-actions[bot] commented on GitHub (Dec 25, 2022):

This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions[bot] commented on GitHub (Dec 25, 2022): This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Author
Owner

@github-actions[bot] commented on GitHub (Jan 1, 2023):

Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!

@github-actions[bot] commented on GitHub (Jan 1, 2023): Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our [Gitter](https://gitter.im/TheAlgorithms) channel or our [Discord server](https://the-algorithms.com/discord/). Thank you for your contributions!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#130