Hi folks, I am trying to perform and insertion sort on a double ended list that currently contains a bunch of strings. Can someone please give me some pointers on how to approach this problem?

Sure.
1) Learn the basics of the sort algorithm.
2) Learn the basics of a "double ended list" (doubly linked list you mean perhaps?).
3) Write code to perform the sort.
4) Post your code and questions if you encounter problems.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.