coder's snippet @coder_s_Snippet #DailyCodingChallenge Day 360 Task: Form the smallest number using digits from both arrays. Solution: If a common digit exists, return the smallest one; otherwise, combine the smallest digits from both arrays. #LeetCode 6:59 AM · Mar 28, 2026 · 2 Views 2