@inproceedings{fc701e793db14b138334e0133b662898,
title = "An efficient algorithm of chinese string sort in user-defined sequence",
abstract = "Existing sort algorithms are difficult to implement Chinese string sort in user-defined sequence. This paper proposes an efficient string sort method in user-defined character order. On the basis of the consecutive numbers which used to define the custom order of characters, the hash table structure is employed to convert each string into corresponding array of integers. By taking the maximum number of characters as the new radix, the Radix sort algorithm is used to implement fast sort of strings in user-defined order. Theory analysis and experiments show that the sort algorithm of this paper can easily achieve Chinese string sort in user-defined order in linear time and space complexity. This sort algorithm has a better time performance than that of Quick Sort algorithm, and it can effortlessly extend to string sort applications of other languages.",
keywords = "Hash table structure, Radix sort, String sort, User-defined order",
author = "Haijun Zhang and Shumin Shi",
year = "2013",
doi = "10.1109/IALP.2013.33",
language = "English",
isbn = "9780769550633",
series = "Proceedings - 2013 International Conference on Asian Language Processing, IALP 2013",
pages = "253--256",
booktitle = "Proceedings - 2013 International Conference on Asian Language Processing, IALP 2013",
note = "2013 International Conference on Asian Language Processing, IALP 2013 ; Conference date: 17-08-2013 Through 19-08-2013",
}