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

In the process of my study, I found that this file can not run successfully every time. ``` File "D:/data_structures/binary_tree/avl_tree.py", line 148, in rl_rotation assert right_child is not None` AssertionError...

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

awaiting reviews
tests are failing

As the number of algorithms are increasing, it might make sense to adopt a single documentation format for docstrings. Following are existing currently: - Google Docstring: https://google.github.io/styleguide/pyguide.html#s3.8-comments-and-docstrings - Numpydoc: https://numpydoc.readthedocs.io/en/latest/format.html...

### Describe your change: Added the leaky rectified linear algorithm (also known as leaky ReLU). Leaky ReLU is an alternative to normal ReLU because it solves the dying ReLU problem,...

stale
awaiting reviews

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

enhancement
awaiting reviews
tests are failing

An example which fails in this implemention: "abb" + The answer should be "bb". + This implemention returns "b" only. + With the fix, the answer is "bb" now. Moreover,...

enhancement
awaiting reviews
tests are failing

The shape of the trajectory of projectile is a parabola. ### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing...

enhancement
awaiting reviews

### Describe your change: Add a Naive bales Classifier code with a pre-existing data-set. * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing...

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

In our [Contributing Guidelines](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md): > Algorithms in this repo should not be how-to examples for existing Python packages. Instead, they should perform internal calculations or manipulations to convert input values...

help wanted

### Adding current cryptocurrency prices : * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist:...

awaiting reviews
tests are failing