The Ballad of Bogosort (Bogosort Sheds Autumn Leaves)

Поділитися
Вставка
  • Опубліковано 21 вер 2024
  • Bogosort sheds over Autumn Leaves until it sorts the list... now with drums!
    Bogo is taking down the tempo for this one, allowing you to catch all the notes more easily (the playback speed control can be fun to mess with).
    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 755 passes to sort the list.
    The six elements of the list are mapped to notes of a specific scale, depending on which chord is being played in the progression. The (manually curated) scales used include the major pentatonic, diminished scale, melodic minor, natural minor, altered scale, Mixolydian, and more.
    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
    #jazz #algorithm #music #musictheory #altered #solo #meme #autumnleaves #jazzstandard #improvisation #bogosort #sortingalgorithm #sorting #visualization #computerscience #programming #code #satisfying #asmr #scrollingscore #transcription #hypnotic #studymusic #focusmusic

КОМЕНТАРІ • 25