Introduction - If you have any usage issues, please Google them yourself
Responsible for designing a sort of package, to achieve a variety of sorting algorithms, including at least insertion sort, bubble sort and quick sort algorithm. Requirements: 1. can be any simple type and any sort objects 2 can support multiple sequential ascending, descending, and other requirements 3. dictionary sort sorting algorithm can be increased and order requirements to ensure that other programs do not modify the program code 4. Reduce 5. redundancy logic programming with at least two solutions to the package, and explain the advantages and disadvantages of the two programs 6. Submit design report, including: design using UML class diagram the main program code instructions program strengths and weaknesses comparison.