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

Add a program to sort an integer array in Python #111

Open
AkshayCHD opened this issue Oct 25, 2018 · 2 comments
Open

Add a program to sort an integer array in Python #111

AkshayCHD opened this issue Oct 25, 2018 · 2 comments

Comments

@AkshayCHD
Copy link
Contributor

Input an integer array and sort its elements.

@vineet8588
Copy link
Contributor

I dont think there are arrays in python by default, there are lists, do we have to use lists or use numpy module?

@AkshayCHD
Copy link
Contributor Author

Yes you may use a list but try to sort it without built in sort function

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

No branches or pull requests

2 participants