Python icon indicating copy to clipboard operation
Python copied to clipboard

All Algorithms implemented in Python

Results 1352 Python issues
Sort by recently updated
recently updated
newest added

### Feature description Muy bueno para aprender más de Python

enhancement

### Describe your change: shortened the lines,as suggested by bot * [] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Add...

awaiting reviews

### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Add or change doctests? -- Note:...

awaiting reviews

### Describe your change: Added binary to base64 conversion. NOTE: This does not implement https://datatracker.ietf.org/doc/html/rfc4648#section-4 * [x] Add an algorithm? * [ ] Fix a bug or typo in an...

awaiting reviews

### Describe your change: Contributes to #9943 * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Add or change...

### Feature description Problem: Given an m x n integer matrix matrix, if an element is 0, set its entire row and column to 0's. I want to add this...

enhancement

updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.9...v0.7.0) - [github.com/tox-dev/pyproject-fmt: 2.3.0 → 2.4.3](https://github.com/tox-dev/pyproject-fmt/compare/2.3.0...2.4.3) - [github.com/abravalheri/validate-pyproject: v0.20.2 → v0.21](https://github.com/abravalheri/validate-pyproject/compare/v0.20.2...v0.21) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.12.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.2...v1.12.1)

### Repository commit 03a42510b01c574292ca9c6525cbf0572ff5a2a5 ### Python version (python --version) Python 3.10.15 ### Dependencies version (pip freeze) absl-py==2.1.0 astunparse==1.6.3 beautifulsoup4==4.12.3 certifi==2024.8.30 charset-normalizer==3.4.0 contourpy==1.3.0 cycler==0.12.1 dill==0.3.9 dom_toml==2.0.0 domdf-python-tools==3.9.0 fake-useragent==1.5.1 flatbuffers==24.3.25 fonttools==4.54.1 gast==0.6.0...

bug

### Describe your change: this code solves the issue of butterfly pattern * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? *...

awaiting reviews
tests are failing
require tests
require type hints
require descriptive names

fix #12218 Added Set Matrix Zero.py file ### Describe your change: * [x] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [x] Add...

tests are failing