zigatrcek / Bogosort

Just a bogosort algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bogosort

Just a bogosort algorithm. The first number you input is array length. All other numbers are elements of the array. The algorithm prints out all the permutations until it finds the sorted one. Bogosort is equal to other sorting algorithms, don't discriminate.

About

Just a bogosort algorithm


Languages

Language:Java 100.0%