Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
310 stars 372 forks source link

Quick Sort on Linked List in C++,Java,Python #1255

Closed Rohith1816 closed 1 month ago

Rohith1816 commented 1 year ago

Is your feature request related to a problem? Please describe. Quick Sort on Linked List is one of the important algorithm which is used to sort the Linked List in a particular pattren

Describe the solution you'd like I will make a function such that when we pass a head of the linked list to that function it return the pointer to the head after sorting the linked list

Additional context Please assign this task to me under SSOC23

Shanukumar2929 commented 1 year ago

please assign this issue to me

mayank2mahi commented 1 year ago

@Kumar-laxmi Sir ji please assign me this issue as I eagerly want to contribute to this issue under SSoC'23.

NupurHardiya commented 12 months ago

Hey @Kumar-laxmi !

I hope this message finds you well. I am writing to express my interest in working on the issue "Quick Sort on Linked List" for SSOC'23. I believe this project aligns perfectly with my skills and interests, and I would be thrilled to contribute to it.

My approach will be:-

1. Implement the Node class to represent a node in the linked list. Each node should have a data attribute and a next attribute pointing to the next node.

2. Implement the QuickSortLinkedList class to perform Quick Sort on the linked list.

3. Define the push() method in QuickSortLinkedList class to insert a new node at the beginning of the linked list.

4. Implement the partition() method to choose a pivot element and partition the linked list around the pivot.

5. Implement the quickSortLinkedList() method to recursively perform Quick Sort on the linked list.

6. Implement the getTail() method to get the tail node of the linked list.

Thank you for considering my request. I look forward to the opportunity to contribute to SSOC'23.

shivangi2002 commented 11 months ago

@Kumar-laxmi .Please assign this task to me under SSOC23

github-actions[bot] commented 1 month ago

Stale issue message