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

Update README.md #3391

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update README.md #3391

wants to merge 1 commit into from

Conversation

qxzsilver1
Copy link

Move 0116 - Populating Next Right Pointers In Each Node from the "Binary Search" section to "Trees" section, as it is not a problem that uses Binary Search. This is a Tree problem, so it belongs in "Trees", along with some pointer manipulation reminiscent of linked list problems.

Important

Please make sure the file name is lowercase and a duplicate file does not already exist before merging.

Move [0116 - Populating Next Right Pointers In Each Node](https://leetcode.com/problems/populating-next-right-pointers-in-each-node/) from the "Binary Search" section to "Trees" section, as it is not a problem that uses Binary Search. This is a Tree problem, so it belongs in "Trees", along with some pointer manipulation reminiscent of linked list problems.
@qxzsilver1
Copy link
Author

This is a proposal to move (also on Neetcode.io) the problem 0116 - Populating Next Right Pointers In Each Node from the "Binary Search" section to the "Trees" section.

No binary search method is used as it is a DFS Tree traversal with pointer manipulation (or a possible BFS solution).

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