implementations may be *less* efficient than python standard libs (#854)

This commit is contained in:
Dave Kerr 2019-05-31 04:03:55 -04:00 committed by John Law
parent aeab9f1068
commit 4d9a1611bd

View File

@ -5,7 +5,7 @@
### All algorithms implemented in Python (for education)
These implementations are for learning purposes. They may be efficient than the implementations in the Python standard library.
These implementations are for learning purposes. They may be less efficient than the implementations in the Python standard library.
Run, edit and contribute using Gitpod.io a free online dev environment.