Inspiration

I was looking for new ways to sort a list. I'd never tried insertion sort on a linked list before so I implemented it.

What it does

Sorts a linked list using the insertion sort method.

How we built it

I built it in C.

Challenges we ran into

Looking into a new algorithm is always a challenge, but I managed.

Accomplishments that we're proud of

Learning a new technique of sorting lists!

What we learned

Understood the use of dummy head nodes better.

What's next for List Insertion Sort

Maybe will look into how I can make the code better documented.

Built With

Share this project:

Updates