There was an error while loading. Please reload this page.
2 parents bb667a3 + df92771 commit 917ad47Copy full SHA for 917ad47
1 file changed
maths/matrix_exponentiation.py
@@ -5,6 +5,8 @@
5
https://www.hackerearth.com/practice/notes/matrix-exponentiation-1/
6
"""
7
8
+from __future__ import annotations
9
+
10
import timeit
11
12
0 commit comments