heuermh / lick

LiCK, Library for ChucK
GNU General Public License v3.0
147 stars 21 forks source link

Added remove, swap, and sort to ArrayList #6

Closed ghost closed 7 years ago

ghost commented 7 years ago

Thanks for the work on LicK! It's been very useful for my project 'Darwin's Jukebox'.

I had to write remove and sort methods for your ArrayList for this. I implemented QuickSort for the sake of efficiency.

Have a good one! -jd

heuermh commented 7 years ago

Thank you for the contribution, @durantjm198!