
Coding ASMR Lo-Fi | trying out the BOGOSORT algorithm + keyboard sounds
This is a lo-fi ASMR vide of me coding in Java that sorts an array in a pretty inefficient manner, bogosort.
In the previous array sorting coding videos I have done bubble sort, selection sort and cocktail sort. Now I try one of the worst sorting algorithms out there, called bogosort or monkey sort. It's pretty much a joke sorting algorithm and pretty much laughable, made to be just an example of a pretty inefficient sorting algorithm. All you do is you shuffle the array and keep shuffling until you get a sorted array. It may seem quick for small sizes, but you would quickly realize it would take forever to sort large arrays due to its inefficiency of the algorithm.
I make typing noises with my keyboard as well as whisper for ASMR triggers. I do not have a high tech mic unfortunately so I just use my built-in microphone on my device to start with.
Pastebin source code: https://pastebin.com/hTDkgXv1
[0:00] Intro
[1:11] starting my bogosort method
[3:52] method that checks if an array is sorted
[6:39] testing my isSorted method
[8:00] bogosort method
[13:37] experimenting bogosort
[18:45] conclusion
[20:17] End