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:...

### Describe your change: Implemented RandomForestRegressor alongside SVR and SARIMAX * [x] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [x] Add or...

awaiting reviews

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

### Describe your change: Add second solution for the Euler project problem 13. The solution is more in the spirit of doing actual calculation, instead of using python int feature...

### Describe your change: Add solution 3 for project euler problem 5. * [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? * [x] Add or change doctests? -- Note:...

enhancement
awaiting reviews

### Describe your change: Update pi monte carlo script to use seeded random number generator for testing. * [ ] Add an algorithm? * [ ] Fix a bug or...

### Describe your change: This PR updates the CONTRIBUTING.md file to include a section explaining how to skip pre-commit checks for exploratory or experimental changes using the `--no-verify` flag. Note:...

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

awaiting reviews

Contributes to #9943 This PR improves the `count-islands-in-matrix` implementation by: 1. Adding docstrings and doctests for all methods (`Matrix`, `is_safe`, `diffs`, and `count_islands`) 2. Applying code formatting for consistency and...