AlgorithmTest An attempt to implement some common algorithms in Java Implemented algorithms: Sorting: Quick sort Shell sort Merge sort Heap sort Insertion sort Bubble sort Tree structures: Radix tree (haven't finished the delete part)