Skip to content

Linear Recurrence Relation Solution in O(log n)#15

Open
SarcasticNastik wants to merge 1 commit intoAmanRaj1608:masterfrom
SarcasticNastik:patch-1
Open

Linear Recurrence Relation Solution in O(log n)#15
SarcasticNastik wants to merge 1 commit intoAmanRaj1608:masterfrom
SarcasticNastik:patch-1

Conversation

@SarcasticNastik
Copy link

Soution to Linear Recurrence Relations of form F(n) = aF(n-1)+bF(n-2) with F(0)=0 and F(1)=1.

Soution to Linear Recurrence Relations of form F(n) = a*F(n-1)+b*F(n-2) with F(0)=0 and F(1)=1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant