From b35f4d7686be2e2aa52ff261aa1b47b10a4ed521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?La=20F=C3=A9e=20Verte?= <bradley_small@hotmail.com> Date: Sat, 21 Sep 2019 23:15:36 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f8afbb8..b69eea0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +#toyprogrammingchallenge + +I remember back to first year college. Prof said, some day your boss will come to you at 3:15 and ask you to write a sort module and he will need it by 3:30. The answer to this was the bubble sort. the idea being that it might not be the most efficient or elegant sort module, but sure enough it is easy to write. I have been working in the industry since 1989 and to date, no one has ever asked me to write a sort routine. :) + +That said, I challenged myself to write one in 15 minutes, in python because I am trying to relearn python. It took a little longer than 15 minutes, but I did comment it, comply with pylint3 and pycodestyle. And I refactored it for modularity. + +Give it a shot, see if you can do it without looking it up. It is an awesome feeling when it works. + # bubblesort Bubble sort implementation in python \ No newline at end of file -- GitLab