随笔分类 -  algorithm

Does a Nodelist contain circle?
摘要:Algorithm Summary:Determine whether a Nodelist contains circle1.The Nodelist has no node,return 02.The Nodelist has one node and the next field point to NULL return false3.The Nodelist has more than o... 阅读全文
posted @ 2009-04-21 13:41 Evilbaniry 阅读(223) 评论(0) 推荐(0)