diff --git a/.github/data/problems.json b/.github/data/problems.json index 59664b748..f545b76f9 100644 --- a/.github/data/problems.json +++ b/.github/data/problems.json @@ -1579,6 +1579,10 @@ { "day": "02", "title": "Intersection of Two Arrays II" + }, + { + "day": "03", + "title": "Minimum Difference Between Largest and Smallest Value in Three Moves" } ], "08- August": [ diff --git a/07- July/03- Minimum Difference Between Largest and Smallest Value in Three Moves/.gitkeep b/07- July/03- Minimum Difference Between Largest and Smallest Value in Three Moves/.gitkeep new file mode 100644 index 000000000..e69de29bb