HackClubRAIT / Wizard-Of-Docs

A open source project to bring all the data structures and algorithms docs under one repository.
MIT License
19 stars 42 forks source link

Segmented Sieve Algorithm #118

Closed sid-am-ahd935 closed 1 year ago

sid-am-ahd935 commented 1 year ago

Description

I want to add a document about the implementation of Segmented Sieve Algorithm, which uses Dynamic Programming for finding Prime Numbers upto a certain range in the most efficient way possible.

Programming language

Are you contributing under any open-source program ?

I am contributing this under HACKCLUB RAIT Summer of Code.


sid-am-ahd935 commented 1 year ago

Hi @Chaitalishetty can I implement this algorithm in both C++ and Python?? And one more question, if implementing i both languages, will it count as one or two issues?

Chaitalishetty commented 1 year ago

@sid-am-ahd935 Yeah sure go ahead! And if you're implementing both languages it will be considered as one issue.

sid-am-ahd935 commented 1 year ago

So can you assign this issue to me?