Skip to content

Latest commit

 

History

History

Linkedlist

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

#LinkedList

####易错

  • 在程序中(循环中) 没有判断当前节点是否为空,有可能在循环中已经到了null了,无法继续前行了
  • 一般找 cur.next != null