Skip to content

In mathematics, the sieve of Eratosthenes is an ancient algorithm for finding all prime numbers up to any given limit.

License

Notifications You must be signed in to change notification settings

ParamjotSingh5/sieve-of-eratosthenes

Repository files navigation

Angular App Using Sieve of Eratosthenes Algorithm to Filter Out Prime Numbers

This Angular app implements the Sieve of Eratosthenes algorithm to filter out prime numbers. The Sieve of Eratosthenes is a simple and efficient algorithm for finding all prime numbers up to a given limit.

Features

Allows users to generate a list of prime numbers up to a given limit Displays the generated list of prime numbers in a table

Usage

To use the app, enter the desired limit in the input field and click on the Submit button, Click on the Filter Prime button. The app will display two separate sections one that lists all of the numbers and then the other one (Prime Numbers) section will have all of the prime numbers up to the requested limit.

Screenshots

Demo

Demo

https://paramjotsingh5.github.io/sieve-of-eratosthenes/

About

In mathematics, the sieve of Eratosthenes is an ancient algorithm for finding all prime numbers up to any given limit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published