leetcode
Leetcode Daily: 3461. Check If Digits Are Equal in String After Operations I
Usually check out the leetcode daily problem every once in a while. I do chase the feeling when I solve a hard problem, but the problem this time seems pretty straightforward. Here is my solution, I think I could make it more optimized with some python built-in functions. class Solution: