summaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorNeil Kollack <nkollac@siue.edu>2021-09-08 17:50:30 -0500
committerNeil Kollack <nkollac@siue.edu>2021-09-08 17:50:30 -0500
commitd5766f882195fcdcfd0d628b6bb3e2008d68e921 (patch)
treeb7f2ba04e8c52cf32e25f50036f85d564e202e23 /.vscode/launch.json
parent3794a0084e66515858f48a2c7ada989818f0c4eb (diff)
implemented ClosestDotSearchAgent and AnyFoodSearchProblem
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index af599a5..80848a3 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -157,7 +157,8 @@
"description": "Select the maze layout",
"options": [
"testSearch",
- "trickySearch"
+ "trickySearch",
+ "bigSearch"
],
"default": "tinyCorners"
}