javascript-algorithms icon indicating copy to clipboard operation
javascript-algorithms copied to clipboard

Optimize Bubble Sort with early-stop check.

Open Nishithaaa0905 opened this issue 2 months ago • 1 comments

This pull request improves the existing Bubble Sort algorithm by adding an early-stop optimization. If no elements are swapped during a pass, the function exits early, reducing unnecessary iterations. Includes example usage for clarity.

Nishithaaa0905 avatar Dec 03 '25 15:12 Nishithaaa0905

LLMs at home be like

lazarljubenovic avatar Dec 04 '25 01:12 lazarljubenovic