From ecf3aca9bb9c3ad4cce0ec9182facccf71b0e6c7 Mon Sep 17 00:00:00 2001 From: asskicker0214 Date: Sun, 23 Mar 2025 23:11:33 +0800 Subject: [PATCH] vault backup: 2025-03-23 23:11:33 --- 算法训练/刷题笔记/迭代一.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/算法训练/刷题笔记/迭代一.md b/算法训练/刷题笔记/迭代一.md index 1f76734..1baa5a5 100644 --- a/算法训练/刷题笔记/迭代一.md +++ b/算法训练/刷题笔记/迭代一.md @@ -25,8 +25,15 @@ # 链表 +> [!PDF|red] [[2.《代码随想录》链表.(V3.0).pdf#page=25&selection=34,0,40,4&color=red|2.《代码随想录》链表.(V3.0), p.25]] +> > 7. ⾯试题 02.07. 链表相交 +> +> 很经典 + + ## 二刷 - [ ] [206. 反转链表 - 力扣(LeetCode)](https://leetcode.cn/problems/reverse-linked-list/) - [ ] 递归 - [ ] 迭代 - - [ ] **头插** \ No newline at end of file + - [ ] **头插** +- [ ] [面试题 02.07. 链表相交 - 力扣(LeetCode)](https://leetcode.cn/problems/intersection-of-two-linked-lists-lcci/solutions/1395092/lian-biao-xiang-jiao-by-leetcode-solutio-2kne/) \ No newline at end of file