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

Optimize mirrored jar #33

Merged
merged 3 commits into from
Dec 29, 2024
Merged

Optimize mirrored jar #33

merged 3 commits into from
Dec 29, 2024

Conversation

serenibyss
Copy link
Member

o(nlogn) (sort + balance first vs last) -> o(n) (iterate to find highest and lowest)

Supersedes and closes #29 without the balance change aspect

@serenibyss serenibyss requested a review from a team December 29, 2024 04:32
Copy link

Warning: 2 uncommitted changes
#34

@serenibyss serenibyss merged commit 8c6b4c2 into master Dec 29, 2024
1 check passed
@serenibyss serenibyss deleted the alternate-mirrored-jar-lag-fix branch December 29, 2024 04:43
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