ephremdeme / data-structure-and-algorithms

Implement most data structures and algorithms in different programming languages.
Apache License 2.0
50 stars 145 forks source link

Bogosort Algorithm #205

Closed colossal-pepe closed 3 years ago

colossal-pepe commented 3 years ago

Also known as the worst sorting algorithm

colossal-pepe commented 3 years ago

I would like to do implement this in C++ (for hacktoberfes!).

Kanhakhatri065 commented 3 years ago

Sure.

satrio-pamungkas commented 3 years ago

Can i also try to implement it with Python?

Kanhakhatri065 commented 3 years ago

@aderio25 ok, here you go.

satrio-pamungkas commented 3 years ago

@aderio25 ok, here you go.

289 Ok, here it is Bogo Sort with Python.

colossal-pepe commented 3 years ago

318 here is Bogo sort with C++