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 b374385 commit 083c945Copy full SHA for 083c945
1 file changed
other/time_algo_exec.py
@@ -1,8 +1,8 @@
1
# Author : Bosolindo Edhiengene Roger
2
# email : rogerbosolinndo34@gmail.com
3
4
-# This module contains codes about algorithms complexity as to estimate the time an algorithm
5
-# will take to be run.
+# This module contains codes about algorithms complexity as to estimate the time
+# an algorithm 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.
8
0 commit comments