Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Mega sorting#82

Open
TenkoShim wants to merge 3 commits intonsu-syspro:mainfrom
TenkoShim:mega-sorting
Open

Mega sorting#82
TenkoShim wants to merge 3 commits intonsu-syspro:mainfrom
TenkoShim:mega-sorting

Conversation

@TenkoShim
Copy link
Copy Markdown

No description provided.

cypok added 2 commits October 15, 2022 10:01
However it still has quadratic complexity
Comment thread sort.py Outdated
Comment thread sort.py
a_i = arr[i]
j = i - 1
while j >= 0:
print("comparing {} and {}".format(arr[j], a_i]))
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

You wouldn't believe it, but it still doesn't work!!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants