https://andrewshitov.com/2019/06/21/100-bubble-sort-in-perl-6/
💡 100. Bubble sort in Raku – Andrew Shitov
bubble sortandrew shitovraku
https://www.pdai.tech/md/algorithm/alg-sort-x-bubble.html
排序 - 冒泡排序(Bubble Sort) | Java 全栈知识体系
bubble sortjava
https://cs50.jp/x/2021/week3/shorts/bubble-sort/
Bubble Sort – CS50 for Japanese: コンピュータサイエンスの入門
bubble sortcs50japanese
https://notes.billmill.org/link_blog/2024/08/The_vindication_of_bubble_sort.html
The vindication of bubble sort - llimllib notes
bubble sortvindicationnotes
https://www.guru99.com/bubble-sort-java.html
Bubble Sort Algorithm in Java: Array Sorting Program & Example
Mar 9, 2024 - Bubble Sort Algorithm: Bubble sort is a simple algorithm which compares the first element of the array to the next one.
bubble sortjava arrayalgorithmsorting
https://www.w3schools.com:443/python/python_dsa_bubblesort.asp
Bubble Sort with Python
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML...
bubble sortpython
https://iogame.io/games/color-sort-mania-bubble-sorting-game
Color Sort Mania Bubble Sorting Game 👾 - Play for free
Color Sort Mania: Bubble Sorting Game is a logic game that requires attention and patience. Sort colorful bubbles and arrange them in tubes.
play for freecolor sortsorting gamemaniabubble
https://codereview.stackexchange.com/questions/216740/sort-an-array-of-strings-using-bubble-sort
c - Sort an array of strings using bubble sort - Code Review Stack Exchange