website: fix broken link

This commit is contained in:
Yangshun
2022-02-22 08:26:11 +08:00
parent 50a782ac13
commit af8ac9fc26

View File

@@ -23,7 +23,7 @@ keywords:
If you have been out of college for a while, it is highly advisable to review Computer Science fundamentalsAlgorithms and Data Structures. Personally, I prefer to review as I practice, so I scan through my college notes and review the various algorithms as I work on algorithm problems from LeetCode.
I collated a list of practical tips for the common algorithm and data structure topics under the [Algorithms tips](./algorithms/introduction) section.
I collated a list of practical tips for the common algorithm and data structure topics under the [Algorithms tips](./algorithms/introduction.md) section.
## Mastery through practice