From 247eb6794a34ec31ca94cca259a2931270b34b50 Mon Sep 17 00:00:00 2001 From: Sahil Date: Sun, 8 Oct 2023 13:03:09 +0530 Subject: [PATCH] Update DSA.json Added 1237 - Why quicksort is better than mergesort ? --- DSA.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DSA.json b/DSA.json index 21c5277..806c891 100644 --- a/DSA.json +++ b/DSA.json @@ -1538,6 +1538,12 @@ "topic": "Linkedlist", "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":"1237", + "topic": "Sorting in DSA", + "question": "Why quicksort is better than mergesort ?", + "answerLink": "https://www.geeksforgeeks.org/quicksort-better-mergesort/amp/" } ]