Master #11446
Annotations
10 errors
Ruff (N999):
data_structures/binary_tree/BFS#L1
data_structures/binary_tree/BFS, DFS, ASearch.py:1:1: N999 Invalid module name: 'BFS, DFS, ASearch'
|
Ruff (I001):
data_structures/binary_tree/BFS#L4
data_structures/binary_tree/BFS, DFS, ASearch.py:4:1: I001 Import block is un-sorted or un-formatted
|
Ruff (W291):
data_structures/binary_tree/BFS#L15
data_structures/binary_tree/BFS, DFS, ASearch.py:15:2: W291 Trailing whitespace
|
Ruff (RUF005):
data_structures/binary_tree/BFS#L32
data_structures/binary_tree/BFS, DFS, ASearch.py:32:45: RUF005 Consider `[*path, neighbor]` instead of concatenation
|
Ruff (W293):
data_structures/binary_tree/BFS#L51
data_structures/binary_tree/BFS, DFS, ASearch.py:51:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/binary_tree/BFS#L72
data_structures/binary_tree/BFS, DFS, ASearch.py:72:1: W293 Blank line contains whitespace
|
Ruff (N802):
data_structures/binary_tree/BFS#L79
data_structures/binary_tree/BFS, DFS, ASearch.py:79:5: N802 Function name `Uniform_Cost_Search` should be lowercase
|
Ruff (N816):
data_structures/binary_tree/BFS#L107
data_structures/binary_tree/BFS, DFS, ASearch.py:107:1: N816 Variable `least_uniform_cost_to_G` in global scope should not be mixedCase
|
Ruff (N816):
data_structures/binary_tree/BFS#L107
data_structures/binary_tree/BFS, DFS, ASearch.py:107:26: N816 Variable `path_to_G` in global scope should not be mixedCase
|
Ruff (N802):
data_structures/binary_tree/BFS#L115
data_structures/binary_tree/BFS, DFS, ASearch.py:115:5: N802 Function name `Greedy_Search` should be lowercase
|