+ 2
guys how to code and think how to make a program who could recognize the strobogrammatic number
A strobogrammatic number is a number whose numeral is rotationally symmetric, so that it appears the same when rotated 180 degrees. In other words, the numeral looks the same right-side up and upside down (e.g., 69, 96, 1001).
1 Réponse
+ 1
Here's one possible solution. The function expects the number represented as string.
https://code.sololearn.com/cz8PAHTdNEBM/?ref=app