pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Find if a number is automorphic #274

Closed pratik-choudhari closed 3 years ago

pratik-choudhari commented 3 years ago

Feature ✅

Description

Given a number, find out if the number is automorphic. An automorphic number is a number whose square ends with the same digits as the number itself.

Example

Input: 25 Output: Yes

Explanation

square of 25 = 625 and it ends with the number 25

Checklist:

Contributors are supposed to mention their coding language while asking for assignment

Harshalszz commented 3 years ago

Hey! can I work on this in C++.

pratik-choudhari commented 3 years ago

@Harshalszz Sure, assigned to you in C++

ghost commented 3 years ago

Wanna implement in Python, please assign to me.

ghost commented 3 years ago

@pratik-choudhari Added the solution and please review.

Isha2208 commented 3 years ago

Hey @pratik-choudhari , can you assign the issue to me. I want to implement it using C

pratik-choudhari commented 3 years ago

Hi @Isha2208 It has been assigned for in c/c++

sarthak-21 commented 3 years ago

Hey! @pratik-choudhari can I work on this in java?