Added Heap Sort algorithm in Python for Hacktoberfest 2025 #15590
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E741):
sorts/heap_sorting.py#L3
sorts/heap_sorting.py:3:5: E741 Ambiguous variable name: `l`
|