From cabd5c050146cf12b5870772109397ed3220d45c Mon Sep 17 00:00:00 2001 From: GAUTAM MANAK <106014185+GAUTAMMANAK1@users.noreply.github.com> Date: Wed, 12 Jul 2023 00:51:01 +0530 Subject: [PATCH] Update DSA.json add the new question --- DSA.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/DSA.json b/DSA.json index 21c5277..42f8adc 100644 --- a/DSA.json +++ b/DSA.json @@ -1539,5 +1539,10 @@ "question": "Reverse a Linked List in group of Given Size.", "answerLink": "https://practice.geeksforgeeks.org/problems/reverse-a-linked-list-in-groups-of-given-size/1" } - +{ + "id":"125", + "topic": "Two Pointers Design Sorting", + "question": "Find Median from Data Stream.", + "answerLink": "https://leetcode.com/problems/find-median-from-data-stream/" +} ]