Skip to content

Commit 3cae4ea

Browse files
committed
Update README - Topic Tags
1 parent 9899a6f commit 3cae4ea

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Collection of LeetCode questions to ace the coding interview! - Created using [L
4141
## Breadth-First Search
4242
| |
4343
| ------- |
44+
| [0207-course-schedule](https://github.com/shinecoding/leetcode/tree/master/0207-course-schedule) |
4445
| [0322-coin-change](https://github.com/shinecoding/leetcode/tree/master/0322-coin-change) |
4546
## Binary Search
4647
| |
@@ -58,4 +59,16 @@ Collection of LeetCode questions to ace the coding interview! - Created using [L
5859
| |
5960
| ------- |
6061
| [0002-add-two-numbers](https://github.com/shinecoding/leetcode/tree/master/0002-add-two-numbers) |
62+
## Depth-First Search
63+
| |
64+
| ------- |
65+
| [0207-course-schedule](https://github.com/shinecoding/leetcode/tree/master/0207-course-schedule) |
66+
## Graph
67+
| |
68+
| ------- |
69+
| [0207-course-schedule](https://github.com/shinecoding/leetcode/tree/master/0207-course-schedule) |
70+
## Topological Sort
71+
| |
72+
| ------- |
73+
| [0207-course-schedule](https://github.com/shinecoding/leetcode/tree/master/0207-course-schedule) |
6174
<!---LeetCode Topics End-->

0 commit comments

Comments
 (0)