Skip to content

Commit 8400b53

Browse files
committed
update link to problem folder in main readme.
1 parent aa4fd40 commit 8400b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The listing below is sorted based on LeetCode #. If you are interested to see my
143143
| 1145 | [Binary Tree Coloring Game](/problems/binary-tree-coloring-game/) | Medium | Tree, depth-first search |
144144
| 1150 | [Check If a Number Is Majority Element in a Sorted Array](/problems/is-a-a-majority-element) | Easy | Array, binary search |
145145
| 1153 | [String Transforms Into Another String](/problems/string-transforms-into-another-string) | Hard | Graph |
146-
| 1154 | [Day of the Year](/problems/ordinal-number-of-date) | Easy | Math |
146+
| 1154 | [Day of the Year](problems/day-of-the-year) | Easy | Math |
147147
| 1160 | [Find Words That Can Be Formed by Characters](/problems/find-words-that-can-be-formed-by-characters) | Easy | Array, hash table |
148148
| 1161 | [Maximum Level Sum of a Binary Tree](/problems/maximum-level-sum-of-a-binary-tree) | Medium | Graph |
149149
| 1162 | [As Far from Land as Possible](/problems/as-far-from-land-as-possible) | Medium | Breadth-first search, graph |

0 commit comments

Comments
 (0)