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

This code generates canonical Sum of Product (SOP) and Product of Sum (POS) expressions for a given input of variables, maxterms and minterms. ### Describe your change: - [x] Add...

awaiting reviews
tests are failing

Improved code readability by using separate if-elif statements for conditional checks. Added inline comments to describe the procedure steps. Enhanced function documentation for clarity. Incorporated additional function doctests for thorough...

awaiting reviews

### Feature description If someone would like to take a stab at optimizing these solutions, feel free to open a PR or ask for any help here: ## Slowest 10...

enhancement
help wanted
optimization

### Feature description When creating tests for various algorithm files, there isn't a way to see what test failed on the Github Actions. You see something like this: Something like...

enhancement

### Describe your change: I have added a program in graph list which will show no of graph possible for given n vertices in case of undirected graph. this program...

awaiting reviews
require tests
require type hints

added exception handling ### Describe your change: * [ ] Add an algorithm? * [x] Fix a bug or typo in an existing algorithm? * [ ] Add or change...

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

enhancement
awaiting reviews
tests are failing

**_Could you please add the hacktoberfest label to this PR, if possible, please?_** ### Describe your change: Added a pairwise iteration algorithm. It will iterate over any iterable, yielding tuples...

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