From 3abb7a9044f83514e40daf1dff08d994cc63f15e Mon Sep 17 00:00:00 2001 From: 7oSkaaa Date: Thu, 4 Jul 2024 01:21:00 +0000 Subject: [PATCH] Add new daily problem --- .github/data/problems.json | 4 ++++ 07- July/04- Merge Nodes in Between Zeros/.gitkeep | 0 2 files changed, 4 insertions(+) create mode 100644 07- July/04- Merge Nodes in Between Zeros/.gitkeep 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