Skip to content

Commit b374385

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

other/time_algo_exec.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
33

44
# 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.
5+
# will take to be run.
6+
# 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.
78

89

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

0 commit comments

Comments
 (0)