We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca7699 commit 3980f3dCopy full SHA for 3980f3d
index.html
@@ -16,9 +16,9 @@ <h1 class="">A *</h1>
16
<div>
17
<label for="heuristic" id="grp-box-label">Choose heuristic distance h(n):</label>
18
<select name="heuristic" id="heuristic-distance">
19
+ <option value="manhattan">Manhattan</option>
20
<option value="diagonal">Diagonal</option>
21
<option value="euclidean">Euclidean</option>
- <option value="manhattan">Manhattan</option>
22
</select>
23
</div>
24
0 commit comments