Skip to content

Commit 94cbfec

Browse files
authored
Update Matrix Struct.cpp
1 parent c9913ab commit 94cbfec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Matrix Struct.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,6 @@ matrix power(matrix a, int b)
8989

9090
//Sample Problem 3 (Only Matrix Expo): https://codeforces.com/contest/551/problem/D
9191
//Sample Solution 3: https://codeforces.com/contest/551/submission/48459284
92+
93+
//Sample Problem 4: https://www.codechef.com/ENFE2019/problems/CHWLD
94+
//Sample Solution 4: https://www.codechef.com/viewsolution/23218422

0 commit comments

Comments
 (0)