From aa43b6ca8b8824954fcb386f48d5bdf18642c330 Mon Sep 17 00:00:00 2001 From: 7oSkaaa Date: Mon, 24 Jun 2024 01:02:21 +0000 Subject: [PATCH] Add new daily problem --- .github/data/problems.json | 4 ++++ .../24- Minimum Number of K Consecutive Bit Flips/.gitkeep | 0 2 files changed, 4 insertions(+) create mode 100644 06- June/24- Minimum Number of K Consecutive Bit Flips/.gitkeep diff --git a/.github/data/problems.json b/.github/data/problems.json index 053a925c1..6090346b9 100644 --- a/.github/data/problems.json +++ b/.github/data/problems.json @@ -1417,6 +1417,10 @@ { "day": "23", "title": "Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit" + }, + { + "day": "24", + "title": "Minimum Number of K Consecutive Bit Flips" } ], "07- July": [ diff --git a/06- June/24- Minimum Number of K Consecutive Bit Flips/.gitkeep b/06- June/24- Minimum Number of K Consecutive Bit Flips/.gitkeep new file mode 100644 index 000000000..e69de29bb