Skip to content

Completing last part of DataStructure task with RB-Tree model #28

Completing last part of DataStructure task with RB-Tree model

Completing last part of DataStructure task with RB-Tree model #28

Triggered via push December 3, 2024 21:38
Status Success
Total duration 22s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

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