Skip to content

Conversation

aadil42
Copy link
Contributor

@aadil42 aadil42 commented Jan 6, 2025

Solved minimum-number-of-operations-to-move-all-balls-to-each-box

File(s) Added: 1769-minimum-number-of-operations-to-move-all-balls-to-each-box.js
Language(s) Used: JavaScript
Submission URL: https://leetcode.com/problems/minimum-number-of-operations-to-move-all-balls-to-each-box/submissions/1499166935/

Submission URL(brute force): https://leetcode.com/problems/minimum-number-of-operations-to-move-all-balls-to-each-box/submissions/1499139501

…x.js

Solved minimum-number-of-operations-to-move-all-balls-to-each-box with brute force O(n^2) and optimal approch O(n).
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.

1 participant