LetsGrowMoreCommunity / DSA-Playyard

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

Count Prime Using Java #136

Closed anushka-srivastava22 closed 3 years ago

anushka-srivastava22 commented 3 years ago

Fixes #88

Follows all rules of readme file. Tested the program against 7 test cases. Algorithm and Complexity are mentioned. Codes are commented.