forked fromneetcode-gh/leetcode
- Notifications
You must be signed in to change notification settings - Fork0
Commit2032707
authored
Unnecessary multiplication by 3 creates confusion
Dividing i and j by 3 respectively is enough for creating a unique key for the box. The extra multiplication by 3 creates confusion as it is first of all not explained in the video explanation. And also unecessary.1 parent83fc2ee commit2032707
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments
Comments
(0)