Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Quick Sort on Linked list in java #320

Closed

Conversation

Shoaib237124
Copy link

This Java code implements quick sort for a singly linked list. It uses a recursive approach to divide the list around a pivot, arranging nodes so that smaller elements appear before and larger elements after the pivot. The quickSort function sorts segments of the list around the pivot until the entire list is sorted. The insert method adds nodes to the list, and printList displays the list before and after sorting.
#47

@Shoaib237124
Copy link
Author

@Ayu-hack kindly review my PR and add hacktoberfest label

@Ayu-hack Ayu-hack self-requested a review October 30, 2024 15:23
@Ayu-hack Ayu-hack added good first issue Good for newcomers hacktoberfest-accepted Marks a PR as valid under Hacktoberfest, counting towards participant contributions. labels Oct 30, 2024
@Ayu-hack
Copy link
Owner

Please share the screenshot.

@Ayu-hack Ayu-hack removed good first issue Good for newcomers hacktoberfest-accepted Marks a PR as valid under Hacktoberfest, counting towards participant contributions. labels Oct 31, 2024
@Ayu-hack
Copy link
Owner

Closed due to no response

@Ayu-hack Ayu-hack closed this Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants