mrtmmn / Insertion-Sort-HW

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title type duration creator
Insertion Sort
homework
1:00
James Davis (NYC)

Insertion Sort Homework

Exercise

Today, you learned about Insertion Sort. So tonight, you will be practicing it more.

Come up with two sets of numbers, and sort them. These sets of numbers must have at least 5 numbers in them, and cannot already be sorted beforehand. They also cannot be any set of numbers discussed during class.

Just like the Bubble and Insertion Sort Lab, sort as many as you can. Make sure to show your work; show the result after each pass.

Requirements

Provide the worked-out results. You can either take photos of the individual results that were written on paper or you can type them in a text file; it does not matter which one.

Bonus:

Sort the following string, using Insertion sort:

G, e, n, E, R, a, L

Deliverable

A file or photos detailing all of the results.

Additional Resources

About