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
- Host: GitHub
- URL: https://github.com/webmalc/challenges
- Owner: webmalc
- Created: 2019-07-24T17:48:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T11:24:34.000Z (over 6 years ago)
- Last Synced: 2025-01-25T08:11:22.049Z (over 1 year ago)
- Topics: algorithms, challenges, python
- Language: Python
- Size: 5.33 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)