leetcode-the-hard-way
leetcode-the-hard-way copied to clipboard
Tutorial Writeup - Matrix Exponentiation
Markdown Path: tutorials/math/matrix-exponentiation.md
- Overview
- Explanation with 1 ~ 2 LC problems
- Suggested Problems (See
arrays.mdas a reference for the format)
You can include other info related to this topic as you wish.
Hello @wingkwong ,I would like to work on this issue.It would be great if you will assign me this.
@abhishek-sultaniya Any updates?
Hey @wingkwong , I would like to work on this issue if its possible
@abhishek-sultaniya Are you still working? if there is no reply for 24 hours, I'll assign to @TheCodeAlpha26 .
Unassigned due to inactivity.
Hi @wingkwong I would like to work up on this issue. Problems:
- https://leetcode.com/problems/fibonacci-number/description/ (in tutorial)
- https://leetcode.com/problems/n-th-tribonacci-number/description/ (as suggested problem)
- https://leetcode.com/problems/count-vowels-permutation/description/ (in tutorial)
If problem other than leetcode is allowed then I would suggest this problem which only asks to find $n^{th}$ fibonacci term but the constraints doesn't allow linear dynamic programming solution to pass.
- https://cses.fi/problemset/task/1722
those 2 problems are fine. I'd not recommend to include problems from external source.