Skip to content

Commit 6dd7340

Browse files
committed
Update link markdown
1 parent 05c8aef commit 6dd7340

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
[简体中文](./REDME-CN.md)
66

7-
Everything you need to know to prepare for a technical interview. Beginner-friendly tutorial of Data Structure and Algorithm, summary of categorized algorithm questions, and notes for Java and Object Oriented Design. English version tutorial will be updating regularly, please check my website: [Algorithm Interview Preparation](https://dongxiaoran.com/en/algo/) by dongxiaoran.
7+
Everything you need to know to prepare for a technical interview. Beginner-friendly tutorial of Data Structure and Algorithm, summary of categorized algorithm questions, and notes for Java and Object Oriented Design. English version tutorial will be updating regularly, please check my website:
8+
9+
**[Algorithm Interview Preparation](https://dongxiaoran.com/en/algo/) by dongxiaoran.**
810

911
Welcome to check my repository [LeetCode-Solution-Well-Explained](https://github.com/zdong1995/LeetCode-Solution-Well-Explained) with detailed explanations and comments for LeetCode questions in different categories. If this is helpful for you, please feel free to add a star to the repo. Thank you! ❤️
1012

@@ -20,14 +22,14 @@ This repo will be updated as following parts:
2022
## Table of Contents
2123

2224
* Algorithm
23-
* [Fundamental](https://github.com/zdong1995/Algorithm-Interview##fundamental)
24-
* [Recursion](https://github.com/zdong1995/Algorithm-Interview##recursion)
25-
* [Two Pointers](https://github.com/zdong1995/Algorithm-Interview##two-pointers)
26-
* [Sorting](https://github.com/zdong1995/Algorithm-Interview##sorting)
27-
* [Breadth First Search \(BFS\)](https://github.com/zdong1995/Algorithm-Interview##bfs)
28-
* [Depth First Search \(DFS\)](https://github.com/zdong1995/Algorithm-Interview##dfs)
29-
* [Dynamic Programming \(DP\)](https://github.com/zdong1995/Algorithm-Interview##dp)
30-
* [Popular Problems](https://github.com/zdong1995/Algorithm-Interview##popular)
25+
* [Fundamental](https://github.com/zdong1995/Algorithm-Interview#fundamental)
26+
* [Recursion](https://github.com/zdong1995/Algorithm-Interview#recursion)
27+
* [Two Pointers](https://github.com/zdong1995/Algorithm-Interview#two-pointers)
28+
* [Sorting](https://github.com/zdong1995/Algorithm-Interview#sorting)
29+
* [Breadth First Search \(BFS\)](https://github.com/zdong1995/Algorithm-Interview#bfs)
30+
* [Depth First Search \(DFS\)](https://github.com/zdong1995/Algorithm-Interview#dfs)
31+
* [Dynamic Programming \(DP\)](https://github.com/zdong1995/Algorithm-Interview#dp)
32+
* [Popular Problems](https://github.com/zdong1995/Algorithm-Interview#popular)
3133

3234
* Implementation
3335
* [Java](https://github.com/zdong1995/Algorithm-Interview##java)

0 commit comments

Comments
 (0)