added Quicksort Algo, Kruskal's Algo and Edmond Blossom's Algo #11116
Annotations
4 errors
Ruff (N999):
divide_and_conquer/QuickSort.py#L1
divide_and_conquer/QuickSort.py:1:1: N999 Invalid module name: 'QuickSort'
|
Ruff (RUF005):
divide_and_conquer/QuickSort.py#L14
divide_and_conquer/QuickSort.py:14:12: RUF005 Consider `[*quicksort(smaller), pivot, *quicksort(larger)]` instead of concatenation
|
Ruff (I001):
graphs/edmond_blossom_algo_max_matching.py#L1
graphs/edmond_blossom_algo_max_matching.py:1:1: I001 Import block is un-sorted or un-formatted
|
ruff
Process completed with exit code 1.
|