From 5f9ab9435870e25675f2876a2a13a1398e23bfbc Mon Sep 17 00:00:00 2001 From: Maheshwari Love Date: Wed, 24 Jul 2024 16:12:22 +0530 Subject: [PATCH] points deducted --- .../lc-solutions/2500-2599/2547- Minimum Cost to split array.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsa-solutions/lc-solutions/2500-2599/2547- Minimum Cost to split array.md b/dsa-solutions/lc-solutions/2500-2599/2547- Minimum Cost to split array.md index 227b04dd1..8daa537c1 100644 --- a/dsa-solutions/lc-solutions/2500-2599/2547- Minimum Cost to split array.md +++ b/dsa-solutions/lc-solutions/2500-2599/2547- Minimum Cost to split array.md @@ -155,4 +155,4 @@ public: return dfs(0); } }; -``` +``` \ No newline at end of file