aalhour / C-Sharp-Algorithms

:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
MIT License
5.91k stars 1.4k forks source link

Added Linear Sieve Algorithm #143

Open LashaBuxo opened 4 years ago

LashaBuxo commented 4 years ago

Description

According to my created issue #142 I implemented Linear Sieve of Eratosthenes.

Checklist