Completing last part of DataStructure task with RB-Tree model #28
Annotations
1 warning and 7 notices
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Method is not declared static:
src/tree/binary_tree.py#L33
Method `_min_value_node` may be 'static'
|
Method is not declared static:
test/test_red_black_tree.py#L19
Method `is_valid_red_black_tree` may be 'static'
|
PEP 8 naming convention violation:
test/test_binary_tree.py#L14
Function name should be lowercase
|
PEP 8 naming convention violation:
test/test_red_black_tree.py#L13
Function name should be lowercase
|
Shadowing names from outer scopes:
src/tree/main.py#L20
Shadows name 'binary_root' from outer scope
|
Shadowing names from outer scopes:
src/tree/main.py#L12
Shadows name 'filename' from outer scope
|
Shadowing names from outer scopes:
src/tree/main.py#L21
Shadows name 'rb_tree' from outer scope
|