1
1
[ ![ ] ( https://img.shields.io/badge/LeetCode-Solution-yellow?logo=leetcode )] ( https://github.com/zdong1995/LeetCode-Solution-Well-Explained ) [ ![ ] ( https://img.shields.io/badge/Algo-Pattern-blue?&logo=github )] ( https://github.com/zdong1995/Pattern-Summary-for-Algorithm-Problems ) ![ java] ( https://img.shields.io/badge/Language-Java-orange?logo=java ) [ ![ ] ( https://img.shields.io/badge/English-ClickHere-de5f63?logo=markdown )] ( README-EN.md ) ![ Build] ( https://github.com/zdong1995/Pattern-Summary-for-Algorithm-Problems/workflows/Build/badge.svg )
2
2
3
3
![ ] ( ./docs/img/qrcode.png )
4
- 文章首发于公众号『[ 董小染] ( ./docs/img/wechat.png ) 』,算法文章主页:[ https://dongxiaoran. com/algo/ ] ( https://dongxiaoran .com/algo/ )
4
+ 文章首发于公众号『[ 董小染] ( ./docs/img/wechat.png ) 』,算法文章主页:[ https://blog.andydong. com/algo/ ] ( https://blog.andydong .com/algo/ )
5
5
6
6
---
7
7
@@ -21,8 +21,8 @@ PS: 本仓库含有按类别总结题目的源码,便于本地 debug 练习。
21
21
22
22
在开始刷题学习前,花几分钟阅读一下我总结的算法学习方法论和我的刷题练习经验分享,帮助你建立一个更清晰的 big picture 和学习思路。
23
23
24
- - [ 半年零基础到 LeetCode 300 题,我的算法学习方法论] ( https://dongxiaoran .com/algo/basic/intro/ )
25
- - [ 当我们谈论刷题时,到底在刷什么] ( https://dongxiaoran .com/algo/basic/how/ )
24
+ - [ 半年零基础到 LeetCode 300 题,我的算法学习方法论] ( https://blog.andydong .com/algo/basic/intro/ )
25
+ - [ 当我们谈论刷题时,到底在刷什么] ( https://blog.andydong .com/algo/basic/how/ )
26
26
27
27
### 目录
28
28
@@ -38,7 +38,7 @@ PS: 本仓库含有按类别总结题目的源码,便于本地 debug 练习。
38
38
### 1. 基础数据结构与算法
39
39
40
40
#### 1.1 LinkedList 的 Iterative 操作
41
- - ** Article** : [ 一题顶四题,一道题掌握 LinkedList 的 Iterative] ( https://dongxiaoran .com/algo/basic/iterativelist/ )
41
+ - ** Article** : [ 一题顶四题,一道题掌握 LinkedList 的 Iterative] ( https://blog.andydong .com/algo/basic/iterativelist/ )
42
42
- ** Algorithm Questions** :
43
43
- LC143: Reorder List
44
44
- LC876: Find the middle node of Linked List
@@ -48,7 +48,7 @@ PS: 本仓库含有按类别总结题目的源码,便于本地 debug 练习。
48
48
49
49
#### 1.2 Tree Iterative Traversal as Multi-level LinkedList
50
50
51
- - ** Article** : [ Tree 还可以这样 O(1) 空间遍历?四题带你深入理解 LinkedList 与 Tree 的关系] ( https://dongxiaoran .com/algo/basic/treetolist/ )
51
+ - ** Article** : [ Tree 还可以这样 O(1) 空间遍历?四题带你深入理解 LinkedList 与 Tree 的关系] ( https://blog.andydong .com/algo/basic/treetolist/ )
52
52
- ** Algorithm Questions** :
53
53
- LC114: Flatten Binary Tree to Linked List
54
54
- LC430: Flatten a Multilevel Doubly Linked List
0 commit comments