Skip to content

first week homework #13

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

first week homework #13

wants to merge 4 commits into from

Conversation

vankodg
Copy link

@vankodg vankodg commented Mar 13, 2018

No description provided.

for a in list2:
ans.append(a)
ans.sort()
return ans
Copy link
Owner

Choose a reason for hiding this comment

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

A teszt ugyan atmegy igy, de a feladat kulon kiter ra, hogy linearis idoben kene mukodnie, es hogy a ket lista eleve rendezett. Python .sort() metodus O(n log n), https://en.wikipedia.org/wiki/Timsort. :)

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