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

### Feature description I want to add sorted linked list to the repo under data structures. I have opened a pull request #11607 Please review

enhancement

### Describe your change: Updated the example command for running ruff to use `ruff check .` instead of just `ruff .`, as the latter syntax has been removed. This ensures...

awaiting reviews
documentation

### Describe your change: The changes address potential issues with small intervals and overlapping boundaries in the current implementation of Knuth's optimization of Optimal BST algorithm. - Improved boundary checking...

enhancement
awaiting reviews

Check whether the permutation of string 2 in string 1

awaiting reviews
tests are failing
require tests

The first change reduces the memory overhead associated with creating new lists at each recursive step by modifying the same list and backtracking after each recursive call. This can make...

awaiting reviews
tests are failing

### Describe your change: Update docstrings in the functions definitions. * [] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [] Add or...

enhancement
awaiting reviews

### Feature description Depth First Search and Breadth First Search algorithms.

enhancement

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

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

enhancement
awaiting reviews