Skip to content

Commit 3980f3d

Browse files
committed
.
1 parent 7ca7699 commit 3980f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ <h1 class="">A *</h1>
1616
<div>
1717
<label for="heuristic" id="grp-box-label">Choose heuristic distance h(n):</label>
1818
<select name="heuristic" id="heuristic-distance">
19+
<option value="manhattan">Manhattan</option>
1920
<option value="diagonal">Diagonal</option>
2021
<option value="euclidean">Euclidean</option>
21-
<option value="manhattan">Manhattan</option>
2222
</select>
2323
</div>
2424
<div>

0 commit comments

Comments
 (0)