Skip to content

Optimize Quick Sort with in-place partitioning and hybrid approach #15695

Optimize Quick Sort with in-place partitioning and hybrid approach

Optimize Quick Sort with in-place partitioning and hybrid approach #15695

Triggered via pull request October 20, 2025 11:00
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (W293): sorts/quick_sort.py#L79
sorts/quick_sort.py:79:1: W293 Blank line contains whitespace
Ruff (W293): sorts/quick_sort.py#L74
sorts/quick_sort.py:74:1: W293 Blank line contains whitespace
Ruff (W293): sorts/quick_sort.py#L72
sorts/quick_sort.py:72:1: W293 Blank line contains whitespace
Ruff (W293): sorts/quick_sort.py#L68
sorts/quick_sort.py:68:1: W293 Blank line contains whitespace
Ruff (W293): sorts/quick_sort.py#L61
sorts/quick_sort.py:61:1: W293 Blank line contains whitespace
Ruff (W293): sorts/quick_sort.py#L56
sorts/quick_sort.py:56:1: W293 Blank line contains whitespace
Ruff (W293): sorts/quick_sort.py#L41
sorts/quick_sort.py:41:1: W293 Blank line contains whitespace
Ruff (W291): sorts/quick_sort.py#L39
sorts/quick_sort.py:39:26: W291 Trailing whitespace
Ruff (W293): sorts/quick_sort.py#L35
sorts/quick_sort.py:35:1: W293 Blank line contains whitespace
Ruff (W293): sorts/quick_sort.py#L18
sorts/quick_sort.py:18:1: W293 Blank line contains whitespace