Skip to content

Commit 35b2279

Browse files
Merge branch 'main' of https://github.com/contextlab/leetcode-solutions into main
2 parents 16e40d9 + 7b5755d commit 35b2279

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.github/workflows/create_new_note.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
https://leetcode.com/graphql -o response.json
2121
2222
# Parse problem details and set outputs
23-
PROBLEM_ID=$(jq -r '.data.activeDailyCodingChallengeQuestion.question.questionId' response.json)
23+
PROBLEM_ID=$(jq -r '.data.activeDailyCodingChallengeQuestion.question.questionFrontendId' response.json)
2424
echo "::set-output name=problem_id::${PROBLEM_ID}"
2525
2626
TITLE=$(jq -r '.data.activeDailyCodingChallengeQuestion.question.title' response.json)

problems/2058/jeremymanning.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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)
2+
3+
## Initial thoughts (stream-of-consciousness)
4+
5+
## Refining the problem
6+
7+
## Attempted solution(s)

problems/null/jeremymanning.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# [Problem null: 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)
2+
3+
## Initial thoughts (stream-of-consciousness)
4+
5+
## Refining the problem
6+
7+
## Attempted solution(s)

0 commit comments

Comments
 (0)