We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58ef37 commit b374385Copy full SHA for b374385
other/time_algo_exec.py
@@ -2,8 +2,9 @@
2
# email : [email protected]
3
4
# This module contains codes about algorithms complexity as to estimate the time an algorithm
5
-# will take to be run. Why do we find it usable ? Because, knowing this kind of information tells
6
-# you if your code or solution is efficient or not ; it helps you not to fall trying to run such a code.
+# will take to be run.
+# Why do we find it usable ? Because, knowing this kind of information tells you if your code
7
+# or solution is efficient or not ; it helps you not to fall trying to run such a code.
8
9
10
def calc(operations: dict) -> float:
0 commit comments