Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 2160. Minimum Sum of Four Digit Number After Splitting Digits
Given a positive four-digit integer, split its digits into two numbers (using all digits, leading zeros allowed) and return the minimum possible sum of those two numbers. The core challenge is finding the optimal arrangement/distribution of the four digits (a small combinatorial/greedy problem, typically solved by sorting) to minimize the sum.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.