Tweaked quick sort challenge python code section discussion.

This commit is contained in:
Donne Martin 2015-07-06 05:46:47 -04:00
parent 84ab643587
commit 8aa4f25354

View File

@ -118,7 +118,9 @@
"source": [
"## Pythonic-Code\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:"
]
},
{