mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-07 18:08:01 +00:00
Tweaked quick sort challenge python code section discussion.
This commit is contained in:
@@ -118,7 +118,9 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"## Pythonic-Code\n",
|
"## Pythonic-Code\n",
|
||||||
"\n",
|
"\n",
|
||||||
"From http://stackoverflow.com/questions/18262306/quick-sort-with-python"
|
"From http://stackoverflow.com/questions/18262306/quick-sort-with-python\n",
|
||||||
|
"\n",
|
||||||
|
"The following code is very concise, although it might be a little difficult to read:"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user