Bogo Sort: Background & Python Code

In this video we’ll continue our series covering sorting algorithms by taking a look at the Bogo Sort. We’ll begin by covering the basics and overall idea of the Bogo Sort, and, later we’ll open up a coding editor and actually implement the algorithm using Python. Warning: Don’t use this algorithm in practice. If you’d like to learn about Python data structures, check out my video series starting with: Video series covering GUI development in Python: References: [1] [2] End song is “Air Hockey Salon“ by Chris Zabriskie
Back to Top