diff options
author | Ta180m | 2019-05-14 12:36:35 -0500 |
---|---|---|
committer | GitHub | 2019-05-14 12:36:35 -0500 |
commit | 9742357efca6304b2167c66b4c18dc9ace7e1d65 (patch) | |
tree | 5dadee08172dcf9c0ca884b86aa800329770c97b | |
parent | 4052f6151004695788f360209964f56f217e9a4d (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ # Gimkit Ever wondered about what the optimal [Gimkit](https://gimkit.com) strategy is? Well, now you can get a definite answer with `dp_solver.cpp`, which uses a Dynamic Programming algorithm to search for the optimal Gimkit strategy. This algorithm can calculate the optimal strategy from any arbitary starting state. +See [this link](https://onlinegdb.com/B1dEnuu2E) to run `dp_solver.cpp`. + ## How to use ``` // Initial conditions |