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? * [ ] Documentation change? ### Checklist: * [x]...

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

awaiting reviews

### Feature description Certain flake8 plugins increase code quality. Two of these plugins have been implemented so far, `pep8-naming` and `flake8-builtins`. What other plugins should be implemented? ### Would you...

enhancement

### Feature description the Bloch sphere is a geometrical representation of the pure state space of a two-level quantum mechanical system, qubit using U Gates. ### Would you like to...

enhancement

### Describe your change: Implementation of binary insertion sort. Binary insertion sort is a sorting algorithm similar to insertion sort, but instead of using linear search to find the position...

awaiting reviews

### Feature description **Problem:** Given root of binary Tree, print the binary-tree-right-side-view binary-tree-left-side-view binary-tree-top-side-view binary-tree-bottom-side-view ``` 1. binary-tree-right-side-view 3 15 7 Output: [3, 9, 15] 3. binary-tree-top-side-view 9 3 20...

enhancement

### Feature description I want to contribute some of the top companies' interview questions so that users can get a glimpse of the question asked in the interview and their...

enhancement

### Describe your change: added subtraction code in math folder * [x] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [ ]...

awaiting reviews
require descriptive names

HI @TheAlgorithms I want to add the missing solution to the problem for `Median of two sorted arrays` in the math file. ### Would you like to work on this...

enhancement

### Feature description assign me with Hacktoberfest tag please ### Would you like to work on this feature? - [ ] Yes, I want to work on this feature!

enhancement