Introduce TimSort and the public sorting API
authorDidier 'Ptitjes <ptitjes@free.fr>
Wed, 9 Sep 2009 20:25:00 +0000 (22:25 +0200)
committerDidier 'Ptitjes <ptitjes@free.fr>
Wed, 9 Sep 2009 20:27:58 +0000 (22:27 +0200)
commit183d3094c1f89346aaebafe4ebaaf6406fc354bd
treef7ae905108ba3c043d4840f5885c51fa1ccb948f
parent19e50b46cbc02b5ae6d93f3049c611b02f5adc30
Introduce TimSort and the public sorting API
gee/Makefile.am
gee/abstractlist.vala
gee/arraylist.vala
gee/list.vala
gee/readonlylist.vala
gee/timsort.vala [new file with mode: 0644]
tests/testarraylist.vala
tests/testlinkedlist.vala