diff --git a/.github/data/problems.json b/.github/data/problems.json index f545b76f9..b6f2c17cc 100644 --- a/.github/data/problems.json +++ b/.github/data/problems.json @@ -1583,6 +1583,10 @@ { "day": "03", "title": "Minimum Difference Between Largest and Smallest Value in Three Moves" + }, + { + "day": "04", + "title": "Merge Nodes in Between Zeros" } ], "08- August": [ diff --git a/07- July/04- Merge Nodes in Between Zeros/.gitkeep b/07- July/04- Merge Nodes in Between Zeros/.gitkeep new file mode 100644 index 000000000..e69de29bb