anku580 / Java-Algorithms

This repository contains java algorithms and some interview questions.
11 stars 57 forks source link

Sieve Of Eratosthenes #32

Closed shruti29s closed 3 years ago

shruti29s commented 3 years ago

It will print all the prime numbers less than the given number.