OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.58k stars 3.69k forks source link

Refactor bubble sort implementation for improved readability and performance #6801

Open joaopedrocampos opened 1 month ago

joaopedrocampos commented 1 month ago

Fixes issue: Updates the Python bubble sort algorithm since it was outdated

Changes: Enhances the bubble sort Python algorithm