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
tests are failing

### **Describe your change:** - [x] Add an algorithm: Implemented the **Graph Coloring** algorithm using backtracking. This algorithm assigns colors to vertices of a graph such that no two adjacent...

awaiting reviews

### Describe your change: I have added doctests to some functions inside directed_and_undirected_graphs.py file as part of the Hacktoberfest 2024 contributions. I have also improved the dfs and bfs code...

enhancement
awaiting reviews

### Feature description Hello I would like to work on this issue and consolidate the algorithms for **Longest Common Subsequence (LCS)** and **Longest Increasing Subsequence (LIS)** into one file. Could...

enhancement

### 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

Updated the algorithm to do in-place storage, leading to efficient space management ### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo in...

enhancement
awaiting reviews

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

enhancement
awaiting reviews

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

awaiting reviews

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

awaiting reviews