mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 14:18:20 +08:00 
			
		
		
		
	Update linked_list.go
This commit is contained in:
		@ -5,7 +5,7 @@
 | 
				
			|||||||
package chapter_array_and_linkedlist
 | 
					package chapter_array_and_linkedlist
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import (
 | 
					import (
 | 
				
			||||||
	"github.com/krahets/hello-algo/pkg"
 | 
						. "github.com/krahets/hello-algo/pkg"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* 在链表的结点 n0 之后插入结点 P */
 | 
					/* 在链表的结点 n0 之后插入结点 P */
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user