Bubble Sort in Python! #shorts #python #programming #coding

preview_player
Показать описание
In this video, I demonstrate how to write a basic bubble sort algorithm in Python
Рекомендации по теме
Комментарии
Автор

How can you make this bubble sort algorithm faster?

learncodingskills
Автор

Selection sort have O(n²) complexity in all scenarios
But bubble sort have O(n) complexity in best case scenario
If we use flag =0 and flag = 1
And check if second loop doesn't run it means array already sorted

ishankhan