leetcode-the-hard-way icon indicating copy to clipboard operation
leetcode-the-hard-way copied to clipboard

Tutorial Writeup - Matrix Exponentiation

Open wingkwong opened this issue 3 years ago • 4 comments
trafficstars

Markdown Path: tutorials/math/matrix-exponentiation.md

  • Overview
  • Explanation with 1 ~ 2 LC problems
  • Suggested Problems (See arrays.md as a reference for the format)

You can include other info related to this topic as you wish.

wingkwong avatar Sep 28 '22 13:09 wingkwong

Hello @wingkwong ,I would like to work on this issue.It would be great if you will assign me this.

abhishek-sultaniya avatar Sep 28 '22 13:09 abhishek-sultaniya

@abhishek-sultaniya Any updates?

wingkwong avatar Oct 13 '22 13:10 wingkwong

Hey @wingkwong , I would like to work on this issue if its possible

Alok-Khansali avatar Oct 25 '22 14:10 Alok-Khansali

@abhishek-sultaniya Are you still working? if there is no reply for 24 hours, I'll assign to @TheCodeAlpha26 .

wingkwong avatar Oct 25 '22 15:10 wingkwong

Unassigned due to inactivity.

wingkwong avatar Nov 18 '22 11:11 wingkwong

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

Ishwarendra avatar Oct 03 '23 13:10 Ishwarendra

those 2 problems are fine. I'd not recommend to include problems from external source.

wingkwong avatar Oct 03 '23 14:10 wingkwong