Skip to content

[Feature]: Add 246. Strobogrammatic Number lc solution  #3958

@sivaprasath2004

Description

@sivaprasath2004

Is there an existing issue for this?

  • I have searched the existing issues

Feature Description

  • If I want to add this 246. Leetcode solution

Problem

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

Write a function to determine if a number is strobogrammatic. The number is represented as a string.

Example:

Example 1:

Input:  "69"
Output: true

Example 2:

Input:  "88"
Output: true

Example 3:

Input:  "962"
Output: false

Use Case

Hello @ajay-dhangar ,

  • Please assign me..

Benefits

No response

Add ScreenShots

No response

Priority

High

Record

  • I have read the Contributing Guidelines
  • I'm a GSSOC'24 contributor
  • I have starred the repository

Metadata

Metadata

Labels

CodeHarborHub - Thanks for creating an issue!GSSOC'24GirlScript Summer of Code | Contributordsa-solutionLabel for solutions related to Data Structures & Algorithms.gssocGirlScript Summer of Code | Contributorlevel1GirlScript Summer of Code | Contributor's Levels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions