You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a coding challenge I received during one of my interviews. I was supposed to check if a number had a valid checksum. I implemented my solution in Python.
The algorithm for my solution can be accessed here.
About
This is a coding challenge I received during one of my interviews