Skip to content

Selection Sort in Singly Linked List #180

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

Merged
merged 3 commits into from
Feb 14, 2019

Conversation

Deepak25101997
Copy link
Contributor

I have implemented selection sort in a singly linked list in an iterative manner.
User inputs the number of nodes in the linked list followed by entering the values of the nodes.
Then use the selection sort function implemented in the program to sort the linked list.

@ashwek
Copy link
Member

ashwek commented Feb 13, 2019

@Deepak25101997 Thank you for the contribution.
Please move the code to Operations on Datastructures Directory.
It would be great if you could add more comment in the my_selection_sort_linked_list function to explain the process.

@Deepak25101997
Copy link
Contributor Author

Deepak25101997 commented Feb 13, 2019

@ashwek Sure I will do it.

Selection Sort in Singly Linked List with proper comments for better understanding.
@Deepak25101997
Copy link
Contributor Author

@ashwek I have added the comments, please go through the code.

@ashwek ashwek merged commit 8f468a9 into TheAlgorithms:master Feb 14, 2019
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