[go: up one dir, main page]

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

Create Tim_sort.py #825

Merged
merged 3 commits into from
Sep 25, 2020
Merged

Conversation

Mohitkumar6122
Copy link
Contributor

Timsort is a stable algorithm and beats every other sorting algorithm in time. It has O(nlogn) time complexity for worst case unlike quick sort and O(n) for best case scenarios unlike merge sort and heap sort.
it is quite important for interview and coding rounds .

@Mohitkumar6122
Copy link
Contributor Author

can you review my PR @geekcomputers

@geekcomputers geekcomputers merged commit a072dd7 into geekcomputers:master Sep 25, 2020
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