contents: fix broken algo topic links

pull/282/head
Yangshun Tay 2 years ago
parent f2b2d6b1ae
commit 5d4af9dc41

@ -33,25 +33,25 @@ For each topic, you can expect to find:
Here is the list of data structures and algorithms you should prepare for coding interviews and their corresponding study guides: Here is the list of data structures and algorithms you should prepare for coding interviews and their corresponding study guides:
| Topic | Priority | | Topic | Priority |
| ---------------------------------------------------------- | -------- | | ----------------------------------------------- | -------- |
| [Array](./algorithms/array.md) | High | | [Array](./array.md) | High |
| [String](./algorithms/string.md) | High | | [String](./string.md) | High |
| [Hash Table](./algorithms/hash-table.md) | Mid | | [Hash Table](./hash-table.md) | Mid |
| [Recursion](./algorithms/recursion.md) | Mid | | [Recursion](./recursion.md) | Mid |
| [Sorting and searching](./algorithms/sorting-searching.md) | High | | [Sorting and searching](./sorting-searching.md) | High |
| [Matrix](./algorithms/matrix.md) | High | | [Matrix](./matrix.md) | High |
| [Linked List](./algorithms/linked-list.md) | Mid | | [Linked List](./linked-list.md) | Mid |
| [Queue](./algorithms/queue.md) | Mid | | [Queue](./queue.md) | Mid |
| [Stack](./algorithms/stack.md) | Mid | | [Stack](./stack.md) | Mid |
| [Tree](./algorithms/tree.md) | High | | [Tree](./tree.md) | High |
| [Graph](./algorithms/graph.md) | High | | [Graph](./graph.md) | High |
| [Heap](./algorithms/heap.md) | Mid | | [Heap](./heap.md) | Mid |
| [Trie](./algorithms/trie.md) | Mid | | [Trie](./trie.md) | Mid |
| [Interval](./algorithms/interval.md) | Mid | | [Interval](./interval.md) | Mid |
| [Dynamic programming](./algorithms/dynamic-programming.md) | Low | | [Dynamic programming](./dynamic-programming.md) | Low |
| [Binary](./algorithms/binary.md) | Low | | [Binary](./binary.md) | Low |
| [Math](./algorithms/math.md) | Low | | [Math](./math.md) | Low |
| [Geometry](./algorithms/geometry.md) | Low | | [Geometry](./geometry.md) | Low |
## General interview tips ## General interview tips

Loading…
Cancel
Save