this post was submitted on 31 Aug 2024
12 points (92.9% liked)

Data Structures and Algorithms

163 readers
26 users here now

A community dedicated to topics related to data structures and algorithms.

founded 6 months ago
MODERATORS
all 10 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 2 weeks ago (6 children)

Dunno what to say except that I started programming as an early teenager without formal education, so I “invented” bubble sort before I ever heard of other sorting mechanisms.

I agree it shouldn’t be used in real-life, but to me it’s pretty intuitive and at least I’ve disproven that “nobody” comes up with this by themselves :)

[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

You specifically came up with bubble sort and not insertion sort?

(Edit: sorry for the duplicates; my internet connection is not great.)

[–] [email protected] 3 points 2 weeks ago

Actually, I stand corrected. I just looked into insertion sort again, and you're right, it was insertion sort I initially came up with. The funny thing is, I was later taught "bubble sort" in an Informatics class in high school... but in reality that was insertion sort too!

So it seems I was taught under the wrong name and never realized, I wonder how many others are in the same boat 😅

[–] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

~~Yes :)~~

Edit: Sorry, this wasn't true, see other comment!

[–] [email protected] 1 points 2 weeks ago

Yeah me too