sahilbansal17 / Competitive_Coding

This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
GNU General Public License v3.0
407 stars 308 forks source link

added code #618

Closed Rahul1582 closed 3 years ago

Rahul1582 commented 3 years ago

Added the code for finding Prime numbers upto n using the Sieve Algorithm in n(log(logn)) time.