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

### Repository commit 10aa789c3e4531558526e2e964673d537a09e249 ### Python version (python --version) not important ### Dependencies version (pip freeze) not important ### Expected behavior Remove inaccessible URL. ### Actual behavior There is a...

bug

### Repository commit 9316e7c0147a84b9b549094a5b8c70f95a0cd3a1 ### Python version (python --version) n/a ### Dependencies version (pip freeze) n/a ### Expected behavior ```python s = ";abbb;;c;" split(s, ';') == s.split(';') # ['', 'abbb',...

bug

### Describe your change: - Added a flexible genetic algorithm that allows users to define their own target functions for optimization. - Included features for population initialization, fitness evaluation, selection,...

awaiting reviews
tests are failing

Replace `!=` in `(year % 400) != 0` (line 49) with `==` Justification: Years that are divisible by 100 (centurian == 100) but not by 400 (year % 400 !=...

awaiting reviews

Fixed Issue #12165 ### Describe your change: Written an Algo to check Palindrome Phrase Integar and Sentence * [x] Add an algorithm? * [ ] Fix a bug or typo...

tests are failing

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

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
tests are failing
require type hints
require descriptive names

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

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

tests are failing