aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3b402bf..94847f8 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# 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`.
+See [this link](https://onlinegdb.com/rJNOKO324) to run `dp_solver.cpp`.
## How to use
```