Introduction - If you have any usage issues, please Google them yourself
Problem solving:
With a circular linked list node don't take the lead to handle the problem of Joseph: first constitute a one-way circular linked list of n nodes, and then from the first k node from 1 began to count, count to m, the corresponding node is removed from the list.Then the next node from the deleted node continues to count from 1...And so on, until all the nodes are listed, the program ends.