微软算法面试题.doc
微软算法面试题1、反转一个链表。循环算法。1Listreverse(Listl){2if(!l)returnl;3listcur=;4listpre=l;5listtmp;6=null;
微软算法面试题.doc