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: Fixes issue #11800. This update adds an implementation of the Reverse Selection Sort algorithm, which was missing from the repository. In this variation, the core behavior...

awaiting reviews

### Describe your change: Created function which will swap the case for given string * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing...

awaiting reviews
tests are failing

### Describe your change: - Added a flexible genetic algorithm that allows users to define their own target functions for optimization. - Included features for population initialization, fitness evaluation, selection,...

### Describe your change: This code is used to find the shortest path to connect all points in a network. It's like finding the cheapest way to connect all cities...

tests are failing

complete this: This pull request introduces a new theoretical sorting algorithm, Quantum Bogo Sort, to the sorts module. The algorithm is included for humor and is not practically feasible. New...

awaiting reviews

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

tests are failing

### Describe your change: Added the code for Krushkal's algorithm * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ]...

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

### Describe your change: adding quicksort under divide and conquer in order to effective learn and understand data structures and algorithms * [x] Add an algorithm? * [x] Fix a...

awaiting reviews

### Feature description would like to add quicksort algo under divide and conquer

enhancement