Data types: Sorted List Matías montes (contact me)
This is class extends the double linked list class by Oddleif Halvorsen to implement lists of objects that are sorted.
It can sort the list element objects once they are added to the list. The sorting order is always ascending.