Tag-linked list

1. Knowledge points

See Hao Bin's notes
https://blog.csdn.net/weixin_45519751/article/details/107781700

Two, programming

2.1 The first round (easy)

#21 merge two ordered linked lists

#Interview Question02.07 Linked List Intersection

#876 The middle node of the linked list

#剑指Offer 06 Print the linked list from end to beginning

#剑指Offer 22 The kth node from the bottom in the linked list

#1290 Binary linked list to integer

#Interview Question02.03 Delete the intermediate node

Guess you like

Origin blog.csdn.net/weixin_45519751/article/details/114633201