serverx-org / DSA-MASTERY

This repository covers the roadmap for mastering Data Structures and Algorithms in JavaScript, Python, C/C++, and Java.
https://serverx.org.in/articles/dsa-mastery/
12 stars 16 forks source link

Add a problem related on Sorting #31

Open kumar007ambi opened 1 month ago

kumar007ambi commented 1 month ago

Add a problem related on Sorting algorithm in Sorting Folder

kumar007ambi commented 1 month ago

@gautamankoji I haven't added problem and marked and closed this issue?The problem was Given an array of 0s, 1s, and 2s. Arrange the array elements such that all 0s come first, followed by all the 1s and then, all the 2s.

Pariyul commented 1 month ago

hey i want to contribute in this

Pariyul commented 1 month ago

Problem : Given the head of a linked list, return the list after sorting it in ascending order.

gautamankoji commented 1 month ago

sorting a linked list is a great addition we’re also missing tree-related algorithms, so feel free to work on those too!

Samyak137 commented 1 month ago

Will you please assign it to me I want to post solution for level order tree traversal.

Samyak137 commented 4 weeks ago

Would you like me to create a folder for linked list questions and add some famous linked list questions? Also, I noticed there are no labels—could you add labels and accept my pull request, please?

gautamankoji commented 4 weeks ago

sure! create a dir named interview-problems/linked-lists or popular-linked-lists