codemistic / Data-Structures-and-Algorithms

A repository to help the open-source community with DSA related contributions
MIT License
354 stars 342 forks source link

Added Prime checker in python #493

Closed shivaabhishek07 closed 1 year ago

shivaabhishek07 commented 1 year ago

Prime Number: A number that is divisible only by itself and 1 (e.g. 2, 3, 5, 7, 11).