Skip to content

Commit c58ef37

Browse files
authored
Update time_algo_exec.py
1 parent b0ada11 commit c58ef37

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

other/time_algo_exec.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# Auteur : Bosolindo Edhiengene Roger
2-
1+
# Author : Bosolindo Edhiengene Roger
2+
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.
37

48

59
def calc(operations: dict) -> float:

0 commit comments

Comments
 (0)