Bubble Sort - Data Structures and Algorithms
Bubble sort is another sorting algorithm similar to selection sort, but it performs significantly better in some edge cases.
Code Written in Video:
https://dafluffypotato.com/static/dsa/bubble_sort.py
Patreon:
https://www.patreon.com/dafluffypotato
Discord:
https://discord.com/invite/9Qt2GxF
Short Data Structures and Algorithms Playlist:
https://www.youtube.com/playlist?list=PLX5fBCkxJmm2xcdn9qydqoP7I51s3qYOd
Long Data Structures and Algorithms Playlist:
https://www.youtube.com/playlist?list=PLX5fBCkxJmm1CWsiRQaAfAr_C3P6mDc_W
Potato Tier Patrons:
f0ursqu4r3
Abeastsgaming
Agent Effe
Chris Birster
Dale Topley
Eivind Teig
GaryTMSFruitcake
kirat=1
MiggyDoes
Levi Jeske
Timestamps:
0:00 - intro to bubble sort
0:30 - an example of bubble sort
2:35 - bubble sort runtimes
3:47 - writing code for bubble sort
#programming #computerscience #datastructures