- Create a
dummy sorted linked list
- take one node from the unsorted linked list and Search Insert Position in the
dummy sorted linked list
- Insert the node to the
Insert Position
in thedummy sorted linked list
- repeat step 2 until there is no more nodes.
insertion-sort-list
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||