https://github.com/gitcordier/battledev
Solutions to battledev problems
https://github.com/gitcordier/battledev
Last synced: about 1 year ago
JSON representation
Solutions to battledev problems
- Host: GitHub
- URL: https://github.com/gitcordier/battledev
- Owner: gitcordier
- Created: 2018-03-22T20:42:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T17:06:58.000Z (over 7 years ago)
- Last Synced: 2025-04-12T06:58:28.320Z (about 1 year ago)
- Language: Python
- Size: 254 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# battledev
Solutions to battledev problems
# Spacepizza
A graph problem. The official solution involves a greedy algorithm.
Ours is entirely different. We implement a 'min length' computing algorithm, which always converges.
The time complexity is O(size of the graph^2)
# Hydroponic
# DNA