Skip to content

Commit 7d61630

Browse files
committed
2017.4.15
1 parent 1949f52 commit 7d61630

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Data_Structure/Link_List/link_list.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ func (list *List) PrintList() {
300300
fmt.Println()
301301
}
302302
}
303-
<<<<<<< HEAD
304303

305304
// 对链表中的每个元素执行函数
306305
func (list *List) DoEach(f func(node ListNode)) {
@@ -320,5 +319,3 @@ func (list *List) Items() []*interface{} {
320319
return items
321320
}
322321

323-
=======
324-
>>>>>>> origin/master

0 commit comments

Comments
 (0)