mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-05 00:48:03 +00:00
Rename SelectionSort to InsertionSort in selection sort challenge (#210)
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"class SelectionSort(object):\n",
|
"class InsertionSort(object):\n",
|
||||||
"\n",
|
"\n",
|
||||||
" def sort(data):\n",
|
" def sort(data):\n",
|
||||||
" # TODO: Implement me\n",
|
" # TODO: Implement me\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user