1) 判断出一个数列是否存在至少有一个重复出现的元素
原题(How do you find duplicates in array if there is more than one duplicate?
2) 如何用迭代或回溯将一个链表倒序。
How to reverse linked list using recursion and iteration?
3)如何判断一个单链表是否存在循环。
how to deduce that if a linklist has a loop.
4) 给定200个正整数集合,每个集合有50个元素,且所有元素互不相同。 找出最大的50个元素。