Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small refactoring and adding new solution of kruskal's algorithm #9

Merged
merged 1 commit into from
Dec 17, 2024

small refactoring and adding new solution of kruskal's algorithm

114ef9d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

small refactoring and adding new solution of kruskal's algorithm #9

small refactoring and adding new solution of kruskal's algorithm
114ef9d
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for Python completed Dec 17, 2024 in 0s

5 new problems found by Qodana Community for Python

Qodana Community for Python

5 new problems were found

Inspection name Severity Problems
PEP 8 naming convention violation ◽️ Notice 4
Class has no init method ◽️ Notice 1

☁️ 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 5 in src/kruskals/edges.py

See this annotation in the file changed.

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

Class has no `__init__` method

Class has no __init__ method

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 11 in test/test_graph_reader.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 8 in test/test_graph_reader.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