vJechsmayr / PythonAlgorithms

All Algorithms implemented in Python 3 a project for hacktoberfest2020 - NO Issues or PRs for hacktoberfest 2021
MIT License
132 stars 367 forks source link

1661 - Check if a number is prime #713

Closed morenocl closed 4 years ago

morenocl commented 4 years ago

Check if a number is prime

Code

Input: 7
Output: 7 is  a prime number

Input: 8
Output: 8 is not a prime number

Link To The LeetCode Problem

LeetCode

ankitsri1998 commented 4 years ago

Please Assign this to me, I can do this efficiently. Thank You.

zer0link commented 4 years ago

Hi, this seems like an interesting challenge, I like to be assigned for this task

anikk7 commented 4 years ago

Hey! I am new to opensource so I could really use this opportunity well. I request you to assign this task to me! I will include brief explanations if required

princekhj555 commented 4 years ago

please assign this to me i'll do it.

vJechsmayr commented 4 years ago

Issue does not follow Contribution Guidelines - closed

Please make sure to only sumbit Issues from the https://leetcode.com/problemset/all/ list