Skip to content

Commit 083c945

Browse files
authored
Update time_algo_exec.py
1 parent b374385 commit 083c945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

other/time_algo_exec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Author : Bosolindo Edhiengene Roger
22
33

4-
# This module contains codes about algorithms complexity as to estimate the time an algorithm
5-
# will take to be run.
4+
# This module contains codes about algorithms complexity as to estimate the time
5+
# an algorithm will take to be run.
66
# Why do we find it usable ? Because, knowing this kind of information tells you if your code
77
# or solution is efficient or not ; it helps you not to fall trying to run such a code.
88

0 commit comments

Comments
 (0)