From a20ba2a1bd31bedf68532b6222d41d4f8cb5aceb Mon Sep 17 00:00:00 2001 From: julien Lengrand-Lambert Date: Thu, 12 Jan 2012 11:48:05 +0100 Subject: [PATCH] Update README.markdown --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index e8b4de6..b732cad 100644 --- a/README.markdown +++ b/README.markdown @@ -6,7 +6,7 @@ I play around with them in order to sharpen my algorithm skills. This is always challenging to solve problems on paper and fantastic to come up with an algorithmic solution. I use Python for its simplicity. Simple Python code is very similar to paper solution, and fast to implement. -Each script runs by itself and contains one of several functions that directly solve the function. Then, running a script should give you the answer directly. +Each script runs by itself and contains one of several functions that directly solve the function. Thus, running a script should give you the answer directly. The script are names as e_problemnumber_inc. The higher the inc, the finer my solution.