keon / algorithms

Minimal examples of data structures and algorithms in Python
MIT License
23.77k stars 4.59k forks source link

Added test cases for the fizzbuzz algorithm. #833

Closed ArnPellesGit closed 2 years ago

ArnPellesGit commented 2 years ago

I saw that there were no unit tests for the algorithm so I decided to write some.