Skip to content

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

1 participant