python
https://github.com/thealgorithms/python
Python
All Algorithms implemented in Python
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported19 Subscribers
Add a CodeTriage badge to python
Help out
- Issues
- Improve documentation and educational comments in find_max.py
- Add XOR-based swap algorithm for two numbers
- Add Blossom algorithm (Edmonds' algorithm) for maximum matching in general graphs
- Tests/doctests dijkstra 2
- (ciphers): add scytale (skytale) transposition cipher with doctests
- Optimize speed and memory sieve_of_eratosthenes.py (skip evens)
- feat: add dimensionality reduction algorithms (PCA, LDA, LLE, MDS)
- Add function to find upper and lower nibbles with doctests and type hints
- Optimize Ford-Fulkerson algorithm with type annotations and performance improvements
- Create remove_duplicates_fromarray.py
- Docs
- Python not yet supported