mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Tweaked quick sort challenge python code section discussion.
This commit is contained in:
parent
84ab643587
commit
8aa4f25354
|
@ -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:"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user