Skip to content

Commit 17e7d9e

Browse files
authored
Update README.md
1 parent 0ff6c12 commit 17e7d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ Given an array of integers, return a new array such that each element at index i
3333

3434
For example, if our input was [1, 2, 3, 4, 5], the expected output would be [120, 60, 40, 30, 24]. If our input was [3, 2, 1], the expected output would be [2, 3, 6].
3535

36-
Follow-up: what if you can't use division? Not yet added!!
36+
Follow-up: what if you can't use division? see the methods calculateNewArray4 and calculateNewArray5
3737

3838
---

0 commit comments

Comments
 (0)