Introduction - If you have any usage issues, please Google them yourself
The algorithm for solving prime number the better the code, at present, a more generic algorithm time complexity is usually O (n* n), using two-way linked list realize the time complexity is O (n) algorithm