Skip to content

feat: add LeetCode problem 450#1561

Open
Clesiaaa wants to merge 1 commit intoTheAlgorithms:masterfrom
Clesiaaa:solution/clesiaaa
Open

feat: add LeetCode problem 450#1561
Clesiaaa wants to merge 1 commit intoTheAlgorithms:masterfrom
Clesiaaa:solution/clesiaaa

Conversation

@Clesiaaa
Copy link

Description of Change

Add solution for LeetCode problem 450 - Delete Node in a BST in C using recursion. The solution handles three cases: deleting a leaf node, a node with one child, and a node with two children (replaced by its in-order successor).

References

None

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license

Notes: Solve LeetCode 450 - Delete Node in a BST in C using recursive inorder successor approach.

@github-actions github-actions bot added the Leetcode folder changes Changes to Leetcode folder. Known CI issues. label Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Leetcode folder changes Changes to Leetcode folder. Known CI issues.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant