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

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

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