keon / algorithms

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

Fix TODO in `polynomial.py` #839

Open nolanderc opened 2 years ago

nolanderc commented 2 years ago

When working on #761 we discovered an unfixed TODO here: https://github.com/keon/algorithms/blob/15e5292d21f1fde70a4cdb428c25db0192b5b7f0/algorithms/maths/polynomial.py#L444

PR is coming soon.