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

Added Automorphic Number code #281

Closed Harshalszz closed 3 years ago

Harshalszz commented 3 years ago

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.

square of 25 = 625 and it ends with the number 25 . So, 25 is a automorphic number. Added file : C - C++/Automorphic Number/AutomorphicNumber.cpp C - C++/Automorphic Number/Readme.md Edited file : CONTRIBUTORS.md

Reference Issue number #274

issue_no must refer to the issue related to this PR, visit here

Type of change

Choosing one or more options from the following as per the nature of your Pull request. NOTE: Check boxes using [x]

Checklist: