An open API service indexing awesome lists of open source software.

https://github.com/webmalc/challenges

Solutions to various programming challenges
https://github.com/webmalc/challenges

algorithms challenges python

Last synced: about 1 year ago
JSON representation

Solutions to various programming challenges

Awesome Lists containing this project

README

          

# Challenges
Solutions to various programming challenges

### [Words graph](https://github.com/webmalc/challenges/tree/master/words_graph/)

The script to build a graph with all the English words and the relationship between them.

### [Greedy algorithms](https://github.com/webmalc/challenges/tree/master/greedy_algorithms/)