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

day-22-数组排序 #22

Open
H246802 opened this issue Dec 19, 2018 · 0 comments
Open

day-22-数组排序 #22

H246802 opened this issue Dec 19, 2018 · 0 comments

Comments

@H246802
Copy link
Owner

H246802 commented Dec 19, 2018

写一个排序函数 sort,满足以下条件:

  • sort 接收一个数组(数组里面只会含有正整数,最大数字约为200)
  • sort 将该数组安从小到大的顺序排列
  • sort 返回排序后的数组
  • 对时间复杂度、空间复杂度均无要求,只要排序不报错
  • 尽量多完成几种方法
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

1 participant