Skip to content

Commit

Permalink
Update product_early description
Browse files Browse the repository at this point in the history
Make it clear that all languages so far use a linked list of numbers.
  • Loading branch information
jasigal authored Jun 4, 2024
1 parent 2baba47 commit c4727e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion descriptions/product_early/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Product early

Compute the product of a list of numbers and abort early if encountering a `0`
Compute the product of a linked list of numbers and abort early if encountering a `0`
in a non-tail recursive way. Run this on a descending list of 1000 numbers
ending in a `0`. Iterate this `n` times.

Expand Down

0 comments on commit c4727e7

Please sign in to comment.