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 b0ada11 commit c58ef37Copy full SHA for c58ef37
other/time_algo_exec.py
@@ -1,5 +1,9 @@
1
-# Auteur : Bosolindo Edhiengene Roger
2
-# email : [email protected]
+# Author : Bosolindo Edhiengene Roger
+# 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.
7
8
9
def calc(operations: dict) -> float:
0 commit comments