We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9913ab commit 94cbfecCopy full SHA for 94cbfec
Matrix Struct.cpp
@@ -89,3 +89,6 @@ matrix power(matrix a, int b)
89
90
//Sample Problem 3 (Only Matrix Expo): https://codeforces.com/contest/551/problem/D
91
//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