Complexity of mace increased
This commit is contained in:
parent
de18c904c4
commit
a053bc95a8
12
a-star.js
12
a-star.js
|
@ -394,14 +394,14 @@ function update()
|
|||
const layout = [
|
||||
' ##########################',
|
||||
' S # # # # #',
|
||||
' # ###### # # ####### # #',
|
||||
' # # # ##### #',
|
||||
' # #### # # ####### # #',
|
||||
' # # # # # ##### # #',
|
||||
' # ##### # ##### #',
|
||||
'# ######## # ####### # #',
|
||||
'# # # ##### ##### # #',
|
||||
' # # # # # # # # # #',
|
||||
' # ###### # ### # # # # # #',
|
||||
' # # # # # # #',
|
||||
'##### # #### # # ### # # # #',
|
||||
'# # # # # # # # # # # #',
|
||||
'# ####### # ## # ### # # # # # #',
|
||||
'# # # # # # # #',
|
||||
'###################### # ##### #',
|
||||
'# # # # # # # ',
|
||||
'# # # # # ## # # # ##### # ',
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
<html lang="de">
|
||||
<head>
|
||||
<title>A*</title>
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
html {
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in New Issue