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

Fixes #12192 - The correct topological sorting order (Top Down) is obtained * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? *...

enhancement
awaiting reviews

I have added a new algorithm in the dynamic programming part, which is is_match question .

tests are failing

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

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

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

awaiting reviews
tests are failing

Done for Hacktoberfest 2024 ### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Add or...

enhancement
awaiting reviews

### Feature description ### SUGGESTED IMPROVEMENTS **Minor Efficiency Improvements:** The code is efficient for its purpose, but using a list to accumulate characters instead of concatenating strings directly within the...

enhancement

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

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

awaiting reviews
tests are failing
require tests
require type hints

### Describe your change: I added some text in the text file