We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 276a89d + 36c8cae commit 82e64ceCopy full SHA for 82e64ce
README.md
@@ -1,4 +1,4 @@
1
-Algos in Python
+Algorithms in Python
2
======
3
4
Implementations of a few algorithms and datastructures for fun and profit!
@@ -55,4 +55,4 @@ Tests
55
python -m tests.unionfind_test
56
python -m tests.singly_linked_list_test
57
python -m tests.modular_exponentiation_test
58
- python -m tests.modular_multiplicative_inverse_test
+ python -m tests.modular_multiplicative_inverse_test
0 commit comments