From d2f359788ea4ffe2cc4f4d52d27c30b799fc17a5 Mon Sep 17 00:00:00 2001 From: 7oSkaaa Date: Tue, 25 Jun 2024 01:20:10 +0000 Subject: [PATCH] Add new daily problem --- .github/data/problems.json | 4 ++++ 06- June/25- Binary Search Tree to Greater Sum Tree/.gitkeep | 0 2 files changed, 4 insertions(+) create mode 100644 06- June/25- Binary Search Tree to Greater Sum Tree/.gitkeep 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