From 9e3f4c4059038c1e09a7001745196ff2f69fc2e3 Mon Sep 17 00:00:00 2001 From: ahmed-k-aly <66703818+ahmed-k-aly@users.noreply.github.com> Date: Mon, 1 Aug 2022 18:59:15 -0400 Subject: [PATCH] Changed difficulty of "Maximum Subarray" to medium --- contents/_components/QuestionGroups.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/_components/QuestionGroups.json b/contents/_components/QuestionGroups.json index 1b474b12..65acb712 100644 --- a/contents/_components/QuestionGroups.json +++ b/contents/_components/QuestionGroups.json @@ -105,7 +105,7 @@ "url": "https://leetcode.com/problems/maximum-subarray", "duration": 20, "epi": null, - "difficulty": "Easy", + "difficulty": "Medium", "id": 53, "topic": "dynamic-programming", "routines": []