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