Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Selection sort #205

Merged
merged 5 commits into from
Aug 27, 2020
Merged

Selection sort #205

merged 5 commits into from
Aug 27, 2020

Conversation

arjuaman
Copy link
Contributor

Issue #91

Selection sort algo for sorting.

@@ -0,0 +1,11 @@
def selecsort(lst):
for i in range(len(lst)):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use readable variable names instead of alphabets.
Include docstrings for functions

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure!

@SKAUL05 SKAUL05 merged commit 9bf17fe into powerexploit:master Aug 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants