Searched refs:find_longest_cycle (Results 1 – 1 of 1) sorted by relevance
143 static struct node *find_longest_cycle(struct array *, struct array *);754 find_longest_cycle(struct array *h, struct array *c) in find_longest_cycle() function931 n = find_longest_cycle(&remaining, &aux); in main()