Python
Python copied to clipboard
All Algorithms implemented in Python
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]...
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,...
### Describe your change: * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist: * [x]...
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,...
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...
### 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...
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...
### Adding current cryptocurrency prices : * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ] Documentation change? ### Checklist:...