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

### 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: * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [x] Add or change doctests? * [ ]...

enhancement
awaiting reviews
tests are failing

### What would you like to share? We can add error handling function to the linear regressio algorithm in the ML folder; so that it can handle errors and still...

awaiting triage

### Describe your change: Contributes to https://github.com/TheAlgorithms/Python/issues/9943 * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Add or change...

enhancement
awaiting reviews

### Describe your change: **diffraction.py is a module used to calculate various parameters of single slit and double slit diffraction patterns such as >>> checking if a given wavelength ,diffraction...

awaiting reviews

Added more comprehensive comments and more doctests to each function present in `coloring.py`. * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing...

enhancement
awaiting reviews

### Describe your change: bucket sort algorithm earlier had limited test coverage now it consist of Sorting positive and negative integers. Handling mixed positive and negative floating-point numbers. Empty lists....

enhancement
awaiting reviews

### Describe your change: Added Socket Programming FTP Implementation in Python * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [...

awaiting reviews
tests are failing
require tests
require type hints

### Please Label me for HacktoberFest accepted. ## Issue Description: Several issues related to edge case handling and performance inefficiencies were resolved in the image processing functions. Below is a...

tests are failing

Fresnel diffraction of wave fields is commonly simulated within optical physics yet no algorithm exists within the repository presently to facilitate this. The included code utilizes the transfer function based...

awaiting reviews