From 21a89350dbd15414f84b5cb629f0e9a321fdb522 Mon Sep 17 00:00:00 2001 From: Prem Parihar Date: Tue, 30 Aug 2022 06:59:23 +0530 Subject: [PATCH] updated difficulty level for maximum-subarray updated difficulty level Easy to Medium for maximum-subarray --- 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": []