Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 338 Bytes

strobogrammatic-number-ii.md

File metadata and controls

10 lines (7 loc) · 338 Bytes

A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside down).

Find all strobogrammatic numbers that are of length = n.

Example:

Input:  n = 2
Output: ["11","69","88","96"]