diff --git a/.github/data/problems.json b/.github/data/problems.json index 6090346b9..55672f775 100644 --- a/.github/data/problems.json +++ b/.github/data/problems.json @@ -1421,6 +1421,10 @@ { "day": "24", "title": "Minimum Number of K Consecutive Bit Flips" + }, + { + "day": "25", + "title": "Binary Search Tree to Greater Sum Tree" } ], "07- July": [ diff --git a/06- June/25- Binary Search Tree to Greater Sum Tree/.gitkeep b/06- June/25- Binary Search Tree to Greater Sum Tree/.gitkeep new file mode 100644 index 000000000..e69de29bb