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

Code for Shell Sort in Python #95

Merged
merged 1 commit into from
Dec 8, 2017
Merged

Code for Shell Sort in Python #95

merged 1 commit into from
Dec 8, 2017

Conversation

rahulkumaran
Copy link
Contributor

Code for shell sort in python
To test, one can just run the code. There's already a default test case in the program.
If one wants to change the test cases, then you can simply add new tests in the "main" part of the program and call the function shellSort(<test_case_name>)

Copy link
Member

@prateekiiest prateekiiest left a comment

Choose a reason for hiding this comment

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

can you please add a readme along with this?

@prateekiiest
Copy link
Member

shell sort readme is there.
Thanks ! @rahulkumaran

@prateekiiest prateekiiest merged commit 7c9fb01 into codeIIEST:master Dec 8, 2017
@rahulkumaran
Copy link
Contributor Author

@prateekiiest thanks for merging it :)

@rahulkumaran rahulkumaran deleted the rahulkumaran-shell_sort branch December 9, 2017 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants