AlexeyBasinger
Results
1
issues of
AlexeyBasinger
### Describe your change: Refactor the red–black tree deletion logic in data_structures/binary_tree/red_black_tree.py to reduce cyclomatic complexity and improve readability while preserving the existing behavior Main changes: 1) Extracted the deletion...
enhancement
awaiting reviews