Bogosort Sheds Clair de Lune Until it Sorts the List

Поділитися
Вставка
  • Опубліковано 21 вер 2024
  • Bogosort is going back to the classics, taking on a section of Debussy's "Clair De Lune" until it sorts the list.
    Thanks to ‪@pianoinvalhalla‬ for first writing this progression during a ChomboSort live stream (the interactive chat-controlled version of this bogosort audio-visualization).
    The Bogosort algorithm is as follows:
    1. Randomly shuffle the list.
    2. Check if the list is sorted.
    3. If not, go back to 1.
    For a list of n elements, there is a 1/n! chance that Bogosort successfully sorts the list on any given pass, since there are n! (n factorial) possible permutations of the list. So with six elements, the probability of the list being sorted on any given pass is 1/6! = 1/720 ≈ 0.00139.
    In this instance, the algorithm took 1040 passes to sort the list.
    The six elements of the list are mapped to notes of a specific scale or chord, depending on which chord is being played in the progression.
    The shuffling algorithm used is the Fisher-Yates Shuffle, from lowest index to highest. The note played is the value of the element at the current index in the outer for-loop of the shuffle algorithm.
    ________
    Interested in learning more about algorithms and how to program? Here are some useful and/or classic textbooks that I recommend (these are affiliate links, if you buy one, I get a small commission):
    ▶ “Algorithms” (4th Edition) by Robert Sedgewick & Kevin Wayne: amzn.to/3uo25xR
    ▶ “Effective Java” (3rd Edition) by Joshua Bloch: amzn.to/3HOnYJL
    ▶ “Python Crash Course, 3rd Edition: A Hands-On, Project-Based Introduction to Programming” by Eric Matthes: amzn.to/481jQ43
    ▶ “Design Patterns: Elements of Reusable Object-Oriented Software” by Erich Gamma, Richard Helm, Ralph Johnson, & John Vlissides: amzn.to/49fpr7R
    ▶ “Discrete Algorithmic Mathematics” by Stephen B. Maurer & Anthony Ralston: amzn.to/4bmsOvG
    #debussy #algorithm #music #musictheory #classical #impressionist #clairdelune #meme #random #randomness #improvisation #bogosort #sortingalgorithm #sorting #visualization #computerscience #programming #code #satisfying #asmr #scrollingscore #transcription #hypnotic #studymusic #focusmusic

КОМЕНТАРІ • 11