kelvins / algorithms-and-data-structures

:abacus: Algorithms and Data Structures in several Programming Languages
MIT License
1.04k stars 256 forks source link

Add Bogosort Algorithm in Python #327

Closed Hardvan closed 10 months ago

Hardvan commented 10 months ago

Added the Python Implementation of the Bogosort algorithm.

kelvins commented 10 months ago

Could you please fix the linter and add a link in the README file?

Hardvan commented 10 months ago

Done!