small refactoring and adding new solution of kruskal's algorithm #24
Annotations
1 warning and 5 notices
qodana
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Class has no `__init__` method:
src/kruskals/edges.py#L5
Class has no __init__ method
|
PEP 8 naming convention violation:
test/test_binary_tree.py#L14
Function name should be lowercase
|
PEP 8 naming convention violation:
test/test_graph_reader.py#L11
Function name should be lowercase
|
PEP 8 naming convention violation:
test/test_graph_reader.py#L8
Function name should be lowercase
|
PEP 8 naming convention violation:
test/test_red_black_tree.py#L13
Function name should be lowercase
|