algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Minimal examples of data structures and algorithms in Python

Results 157 algorithms issues
Sort by recently updated
recently updated
newest added

**Graph coloring problem is to assign colors to certain elements of a graph subject to certain constraints. Vertex coloring is the most common graph coloring problem. The problem is, given...

Not that this is all too important, but given that in a (lesser) sense yours is also a python programming showcase, wouldn't it be desirable to honour pep8 suggestions? For...

for newcomers

Added an algorithm that calculates the least amount of perfect squares that are required to sum a given number fixes #767

Update longest_palindromic_subsequence.py with multiline comments

@keon I think the repo has to be migrated to [travis-ci.com]( travis-ci.com). ![image](https://user-images.githubusercontent.com/8422946/124012825-6f444900-d996-11eb-82ff-500ad61a1d20.png)

I have implemented an algorithm that calculates the least amount of perfect squares that are required to sum a given number fixes #767

We have a long PR backlog that needs to be taken care of, but most of the existing maintainers/contributors don't seem have the bandwidth at the moment. We need a...

There are about 10 or so new algorithms that were not included in the ```__init__.py``` file, which caused a no attribute error in Python.

Python Code for conversion from binary to decimal.