#nerd time with SomeBird and Lady of Imladris
Explore tagged Tumblr posts
lady-of-imladris · 1 month ago
Note
Considering that you love sorting stuff, please tell me about your favourite sorting algorithm
Ooh yayy algorithms!
So, my personal favourite is Miracle Sort which works like this:
while true:
check if the list is sorted
if it is sorted: yayy you're done, exit the loop
else: hope for a miracle and do another iteration :)
In all seriousness though I have recently become a fan of sweet little recursive solutions so I have to say Mergesort!!
Though a classic Bubblesort is also nice because you can just implement it with ZERO thinking required which is sometimes very necessary lol
What's your favourite?
5 notes · View notes
somebirdortheother · 1 month ago
Note
Bubblesort is great and has the cutest name of them all, to be honest.
Can I be super basic and admit that I like Quicksort??? Not just because it’s very fast, but also visualizing it is pretty neat!
Behold: https://youtube.com/shorts/buE4q_BO-LU?si=-wv92qlRDwy7wqxZ
youtube
Considering that you love sorting stuff, please tell me about your favourite sorting algorithm
Ooh yayy algorithms!
So, my personal favourite is Miracle Sort which works like this:
while true:
check if the list is sorted
if it is sorted: yayy you're done, exit the loop
else: hope for a miracle and do another iteration :)
In all seriousness though I have recently become a fan of sweet little recursive solutions so I have to say Mergesort!!
Though a classic Bubblesort is also nice because you can just implement it with ZERO thinking required which is sometimes very necessary lol
What's your favourite?
5 notes · View notes