Skip to content

Commit

Permalink
fix typo (#3584)
Browse files Browse the repository at this point in the history
  • Loading branch information
safwansamsudeen authored Jan 16, 2024
1 parent 283716e commit bd82097
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ y = [99, 98]
...
x = [90, 89, 88 ...]
y = [99, 98,97,96,95,94,93,92,91,90]
```

Here we can see that the highest value for this "run" is 90 \* 99 = 8910.
Meaning that running beyond this point won't give us any values higher than 9009.
Expand Down

0 comments on commit bd82097

Please sign in to comment.