algorithms
algorithms copied to clipboard
Minimal examples of data structures and algorithms in Python
**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...
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
Added Tim Sort
@keon I think the repo has to be migrated to [travis-ci.com]( travis-ci.com). 
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.