Skip to content

Commit 681094a

Browse files
authored
Update blog website url
1 parent 24483c4 commit 681094a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![](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)
22

33
![](./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/)
55

66
---
77

@@ -21,8 +21,8 @@ PS: 本仓库含有按类别总结题目的源码,便于本地 debug 练习。
2121

2222
在开始刷题学习前,花几分钟阅读一下我总结的算法学习方法论和我的刷题练习经验分享,帮助你建立一个更清晰的 big picture 和学习思路。
2323

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/)
2626

2727
### 目录
2828

@@ -38,7 +38,7 @@ PS: 本仓库含有按类别总结题目的源码,便于本地 debug 练习。
3838
### 1. 基础数据结构与算法
3939

4040
#### 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/)
4242
- **Algorithm Questions**:
4343
- LC143: Reorder List
4444
- LC876: Find the middle node of Linked List
@@ -48,7 +48,7 @@ PS: 本仓库含有按类别总结题目的源码,便于本地 debug 练习。
4848

4949
#### 1.2 Tree Iterative Traversal as Multi-level LinkedList
5050

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/)
5252
- **Algorithm Questions**:
5353
- LC114: Flatten Binary Tree to Linked List
5454
- LC430: Flatten a Multilevel Doubly Linked List

0 commit comments

Comments
 (0)