Introduction - If you have any usage issues, please Google them yourself
Known the data elements in a single linked list contains three types of characters (i.e., alphabetic characters, numeric characters and other characters), try to write algorithms to construct three circular linked list, so that each of the circular list contains only the characters of the same class, and use node in the original table space as the space of the junction of the three tables.