Comparison sorts | Sorting algorithms

Bogosort

In computer science, bogosort (also known as permutation sort, stupid sort, slowsort or bozosort) is a sorting algorithm based on the generate and test paradigm. The function successively generates permutations of its input until it finds one that is sorted. It is not considered useful for sorting, but may be used for educational purposes, to contrast it with more efficient algorithms. Two versions of this algorithm exist: a deterministic version that enumerates all permutations until it hits a sorted one, and a randomized version that randomly permutes its input. An analogy for the working of the latter version is to sort a deck of cards by throwing the deck into the air, picking the cards up at random, and repeating the process until the deck is sorted. Its name is a portmanteau of the words bogus and sort. (Wikipedia).

Bogosort
Video thumbnail

The Mandelbrot set is a churning machine

Its job is to fling off the red pixels and hang onto the green ones. Audio by @Dorfmandesign

From playlist mandelstir

Video thumbnail

CS50 2014 - Week 3, continued

David discusses sorting methods and gives comparisons of their efficiencies. Some sorting methods that are mentioned include selection sort, insertion sort, bogosort, and merge sort.

From playlist CS50 Lectures 2014

Video thumbnail

This Mandelbulb fractal is real!

A fractal just grew from my desk! Testing my Shadertoy plugin for After Effects ^_^

From playlist Shorts

Video thumbnail

Algorithm Archive, let's go! (Day 1)

WOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOO OO O... OOOOOOOO! -- Watch live at https://www.twitch.tv/simuleios

From playlist Algorithm-archive

Video thumbnail

The Fastest Sorting Algorithm You've Never Heard Of

This is my submission for #some2 3b1b Summer Of Math Exposition 2. Sorry for the inconsistencies, the script was altered and due to lack of time, I couldn't match it with visuals. Anyways, a huge thanks to Dane#1514 on discord and Dr. Doofenshmirtz because without them, the video wouldn't

From playlist Summer of Math Exposition 2 videos

Video thumbnail

WorstSort: the WORST sorting algorithm

What was the worst event in 2016? https://goo.gl/forms/yJMOYvsVPlLt29nk2 So this was a good bit of fun to program. It is essentially a platter of all the worst sorting algorithms imaginable, starting with bubble sort and bogosort and moving onto one that is downright silly: worstsort. I

From playlist Simuleios

Video thumbnail

Beer glass modeling in GeoGebra Augmented Reality

Created in GeoGebra Augmented Reality app on iPad. Powered by ARKit.

From playlist GeoGebra Augmented Reality Demos (Older iOS App)

Video thumbnail

Stirring the Mandelbrot Set

http://code.google.com/p/mandelstir/

From playlist mandelstir

Video thumbnail

GOVCERT intro NL

Introduction movie by the Dutch GovCERT about what a CERT does. See www.govcert.nl

From playlist awareness

Video thumbnail

levitron

This levitron manufactured by my friend İzzet Özgöçmen. We enjoyed playing with it.

From playlist Izzet Özgöçmen

Video thumbnail

Algorithm Archive Updates! Woo 2!

More multi-lang updates. Super excited about this change! -- Watch live at https://www.twitch.tv/simuleios

From playlist Algorithm-archive

Related pages

Sorting | Bubble sort | Las Vegas algorithm | Infinite monkey theorem | Permutation | Slowsort | Stooge sort | Optimizing compiler | Expected value | Randomized algorithm | Almost surely | Sorting algorithm | Pseudocode | Sort (Unix) | Many-worlds interpretation | Heat death of the universe | Asymptotic analysis