1
- import { largestAdjacentNumber } from '../Problem8' ;
1
+ import { largestAdjacentNumber } from '../Problem8'
2
2
3
3
const grid1 = `73167176531330624919225119674426574742355349194934
4
4
96983520312774506326239578318016984801869478851843
@@ -19,7 +19,7 @@ const grid1 = `73167176531330624919225119674426574742355349194934
19
19
84327878357761783787589375857378271083787811983779
20
20
84580156166097919133875499200524063689912560717606
21
21
05886116467109405077541002256983155200055935729725
22
- 82347875831098357801578571807585817518287829189189` ;
22
+ 82347875831098357801578571807585817518287829189189`
23
23
24
24
const grid2 = `73167176531330624919225119674426574742355349194934
25
25
96983520312774506326239578318016984801869478851843
@@ -40,7 +40,7 @@ const grid2 = `73167176531330624919225119674426574742355349194934
40
40
07198403850962455444362981230987879927244284909188
41
41
84580156166097919133875499200524063689912560717606
42
42
05886116467109405077541002256983155200055935729725
43
- 71636269561882670428252483600823257530420752963450` ;
43
+ 71636269561882670428252483600823257530420752963450`
44
44
45
45
const grid3 = `89125732138957892357892768971807934878999818278898
46
46
48327483578957875827583295789187588875238579887789
@@ -61,7 +61,7 @@ const grid3 = `89125732138957892357892768971807934878999818278898
61
61
10783974839479879857895789758975981735870175835789
62
62
01494787857897583758975849758475107589754897589789
63
63
09939858758919788017587897587387585775289757982898
64
- 74718478978758758975897589789789798789178957789789` ;
64
+ 74718478978758758975897589789789798789178957789789`
65
65
66
66
const grid4 = `99999999999999999999999999999999999999999999999999
67
67
99999999999999999999999999999999999999999999999999
@@ -82,7 +82,7 @@ const grid4 = `99999999999999999999999999999999999999999999999999
82
82
99999999999999999999999999999999999999999999999999
83
83
99999999999999999999999999999999999999999999999999
84
84
99999999999999999999999999999999999999999999999999
85
- 99999999999999999999999999999999999999999999999999` ;
85
+ 99999999999999999999999999999999999999999999999999`
86
86
87
87
describe ( 'checkLargestAdjacentNumberProduct' , ( ) => {
88
88
it ( 'Random Example' , ( ) => {
0 commit comments