Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
godwinjs authored Jan 16, 2025
1 parent 8003fed commit 9131109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maths/Progressions/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NonConstantAP( n: number, d: number[] ): number
# CalculateNonConstantTerm(n: number, differences: number[] ): number
The difference or ratio between consecutive terms is not constant. Instead, it appears to be a sequence where each term depends on the sum of the previous term and the corresponding value in another list (the provided numbers).

To address this, you need to generalize the sequence based on how it is constructed. Here's an analysis:
Expand Down

0 comments on commit 9131109

Please sign in to comment.