manan025 / DS-Algo-Zone

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript and Kotlin.
MIT License
25 stars 78 forks source link

added sieve_of_eratosthenes #261

Open Yash091 opened 3 years ago

Yash091 commented 3 years ago

Have you read the Contribution Guidelines?

YES

Description

Added sieve of eratosthenes.

Checklist

Related Issues (Mention Issue no. like #xxx)

Fixes Issue #172