find_longest_cycle
static struct node *find_longest_cycle(struct array *, struct array *);
n = find_longest_cycle(&remaining, &aux);