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

GitHub Actions / Qodana Community for Python completed Dec 3, 2024 in 0s

7 new problems found by Qodana Community for Python

Qodana Community for Python

7 new problems were found

Inspection name Severity Problems
Shadowing names from outer scopes ◽️ Notice 3
Method is not declared static ◽️ Notice 2
PEP 8 naming convention violation ◽️ Notice 2

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 33 in src/tree/binary_tree.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Method is not declared static

Method `_min_value_node` may be 'static'

Check notice on line 19 in test/test_red_black_tree.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Method is not declared static

Method `is_valid_red_black_tree` may be 'static'

Check notice on line 14 in test/test_binary_tree.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Function name should be lowercase

Check notice on line 13 in test/test_red_black_tree.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

PEP 8 naming convention violation

Function name should be lowercase

Check notice on line 20 in src/tree/main.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Shadowing names from outer scopes

Shadows name 'binary_root' from outer scope

Check notice on line 12 in src/tree/main.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Shadowing names from outer scopes

Shadows name 'filename' from outer scope

Check notice on line 21 in src/tree/main.py

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Shadowing names from outer scopes

Shadows name 'rb_tree' from outer scope