Skip to content

Commit 2a92e20

Browse files
author
Bin Shi
authored
revise the description of the solution
1 parent f280f4b commit 2a92e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mock Interviews/Large Search Engine Company /Search Engine Company - Interview Problems - SOLUTIONS/On-Site Question 2 - SOLUTION.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"\n",
3737
"We will define our range as a section of the 25 possible combinations of rolls. A good way to do this is by converting the two rolls into a unique outcome number in the range 1 through 25.\n",
3838
"\n",
39-
"We will create this number by taking the rolls, then we take the first roll and after subtracting 1 from it we multiply it by 4. Now the first roll corresponds with a value of 1 - 20.\n",
39+
"We will create this number by taking the rolls, then we take the first roll and after subtracting 1 from it we multiply it by 5. Now the first roll corresponds with a value of 0, 5, 10, 15 and 20.\n",
4040
"\n",
4141
"Then we take the second roll and add it to the result of the first manipulation. Giving us a range of 1-25.\n",
4242
"\n",

0 commit comments

Comments
 (0)