LetsGrowMoreCommunity / DSA-Playyard

Explore the world of Data Structures and Algorithm
18 stars 51 forks source link

Count_Prime_Number_C++ #88 #117

Closed ChetasShree closed 3 years ago

ChetasShree commented 3 years ago

Fixes #88

Type of change New feature

Checklist:

Yash-Thakare22 commented 3 years ago

Hello @ChetasShree , Please make a separate function for counting prime numbers . Don't include that part in main function . Please do the required changes . Problem Statement- https://leetcode.com/problems/count-primes/