kunal-kushwaha / DSA-Bootcamp-Java

This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.
https://www.youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ
16.76k stars 10.85k forks source link

Additon of "Hard" Labeled Sorting Problems in sorting.md #1168

Open Debaditya-Som opened 11 months ago

Debaditya-Som commented 11 months ago

Problem Statement :

The number of "Hard" labeled assignment questions now included in the sorting.md file under the Assignments section is inadequate to challenge the learner sufficiently. This limitation makes it a bit difficult to comprehend sorting algorithms and related ideas on a deeper level.

Proposed solution : To the sorting.md file, add a full set of correctly labeled "Hard" level sorting challenges. These challenges should include a variety of sorting algorithms, edge situations, and advanced ideas.

Debaditya-Som commented 11 months ago

@kunal-kushwaha If this issue gets approved, I would love to work on it.