mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-15 05:55:08 +00:00
[PR #1374] Updated_redblacktree.c_file #1976
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/TheAlgorithms/C/pull/1374
State: closed
Merged: No
#1373
Description of Change
This repository features a C implementation of a Red-Black Tree, which is a self-balancing binary search tree. Notably, the pull request addresses a rectification in the return statement of the newNode function, ensuring accurate memory allocation and node creation. I have tested the code, and it is working correctly.
References
Checklist
Notes: