Results 1 to 14 of 14
  1. Default 15 sorting algorithms in 6 minutes




    I did not create this. Full credit goes to the author.

    More information: http://panthema.net/2013/sound-of-sorting/

    Algorithms used in the video:
    • selection sort
    • insertion sort
    • quick sort
    • merge sort
    • heap sort
    • radix sort (LSD)
    • radix sort (MSD)
    • std::sort (intro sort)
    • std::stable_sort (adaptive merge sort)
    • shell sort
    • bubble sort
    • cocktail shaker sort
    • gnome sort
    • bitonic sort
    • bogo sort

    Also, radix sort (LSD) sounds like something from a creepy horror film.

  2. aka ClawofBeta Straight Male
    Corn's Avatar [Jr. Event Coordinator]

    IGN: ClawofBeta
    Server: LoL.NA
    Level: 30
    Job: Bot Lane
    Guild: N/A
    Alliance: N/A
    New_Jersey

    Default Re: 15 sorting algorithms in 6 minutes


    Bogo sort is obviously the best sort. That O(1) time, man, can't believe not many people use it.

  3. Flatpanel TV
    IGN: HarbingerLey
    Server: Mardia
    Level: 203
    Job: Demon Slayer
    Guild: [L]ittleBusters
    Farm: Dominion
    usa

    Default Re: 15 sorting algorithms in 6 minutes


    dat bogo sort

  4. Default Re: 15 sorting algorithms in 6 minutes


    bogo sort is basically miracle cubes

  5. Certified Pimento Bi Male
    IGN: xxxxFenixR
    Server: Bera
    Level: Mix
    Job: Severals
    Guild: None
    Alliance: Nada
    Farm: Wut?
    venezuela

    Default Re: 15 sorting algorithms in 6 minutes


    beautiful

  6. Donator Straight Male
    IGN: ShinkuDragon HoukaPhoenix BoshokuRaven
    Server: Scania
    Level: 152
    Job: Batman
    Guild: IDissOrtis
    panama

    Default Re: 15 sorting algorithms in 6 minutes


    dat bogo (finally something i can understand)

  7. Certified Pimento Bi Male
    IGN: xxxxFenixR
    Server: Bera
    Level: Mix
    Job: Severals
    Guild: None
    Alliance: Nada
    Farm: Wut?
    venezuela

    Default Re: 15 sorting algorithms in 6 minutes


    A funny explanation of the bogo was in the Wikipedia article for it

    also: dat quantum bogosort:


  8. Default Re: 15 sorting algorithms in 6 minutes


    Bubble Sort and Cocktail Shaker Sort both sounded like slowed down Pac-Man sound effects to me.

    Also laughed hard at that bogo sort.

  9. Default Re: 15 sorting algorithms in 6 minutes


    did anyone else thing gnome sounded like a bunch of chihuahua barking?

    And that bogo, idk y, i had a sense of impending doom as that thing continued :C

  10. aka ClawofBeta Straight Male
    Corn's Avatar [Jr. Event Coordinator]

    IGN: ClawofBeta
    Server: LoL.NA
    Level: 30
    Job: Bot Lane
    Guild: N/A
    Alliance: N/A
    New_Jersey

    Default Re: 15 sorting algorithms in 6 minutes


    Crap, I confused quantum bogo and regular bogo. I didn't watch the video .

    Back to college for me.

  11. Default Re: 15 sorting algorithms in 6 minutes


    The bogo sort mad me smile. This is definitely a good day now.

  12. Default Re: 15 sorting algorithms in 6 minutes


    I have no idea what i'm watching but it feels good.

  13. Flatpanel TV Straight Male
    IGN: ° ͜ʖ °
    Server: DEGZA
    Level: T_T
    Job: This is FParta!
    Guild: I like toast
    Alliance: @__________________@
    north korea

    Default Re: 15 sorting algorithms in 6 minutes


    This video reminds me of my college days, although I have no idea what half of those sorts are. Which one is the fastest at sorting large data do you think?

  14. Default Re: 15 sorting algorithms in 6 minutes


    Probably one that is O(n) rather than the O(n log n) shown in most of these. Most use Timsort of Insertion Sort + Introsort
    Last edited by Locked; 2013-06-12 at 01:00 AM.

  15.  

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •