Skip to content

Commit d66f503

Browse files
fixed typo in title of notes (problem 2058)
1 parent aa096f2 commit d66f503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/2058/jeremy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Problem 2058: Fidn the Minimum and Maximum Number of Nodes Between Critical Points](https://leetcode.com/problems/find-the-minimum-and-maximum-number-of-nodes-between-critical-points/description/)
1+
# [Problem 2058: Find the Minimum and Maximum Number of Nodes Between Critical Points](https://leetcode.com/problems/find-the-minimum-and-maximum-number-of-nodes-between-critical-points/description/)
22

33
## Initial thoughts (stream-of-consciousness)
44
- I think we can solve this in $O(n)$ time, where $n$ is the number of nodes in the linked list

0 commit comments

Comments
 (0)