Skip to content

Add Red-Black Tree implementation in PHP to datastructure folder#189

Open
svadodariya528-byte wants to merge 1 commit intoTheAlgorithms:masterfrom
svadodariya528-byte:add-red-black-tree
Open

Add Red-Black Tree implementation in PHP to datastructure folder#189
svadodariya528-byte wants to merge 1 commit intoTheAlgorithms:masterfrom
svadodariya528-byte:add-red-black-tree

Conversation

@svadodariya528-byte
Copy link

No description provided.

*
* @internal
*/
class Node
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This class is defined twice, which causes a fatal error. Need to address.

Copy link
Contributor

@darwinz darwinz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR does not include any tests. Please follow the project's Contribution Guidelines (CONTRIBUTING.md). New implementations must include unit tests (e.g., in tests/DataStructures/RedBlackTreeTest.php) and the directory (DIRECTORY.md) needs to be updated.

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.

3 participants