Skip to content

Find the median(s) of a set of primes using the Sieve of Eratosthenes algorithm. React + Express.js

Notifications You must be signed in to change notification settings

kcarmonamurphy/prime-median

Repository files navigation

prime-median

Description

Finds the median(s) of a set of primes under some value n. Uses the Sieve of Eratosthenes algorithm. Was an excercise for a coding interview.

Contains a front-end client written in React which interacts with a back-end server written in Express.

Screenshot

Installation

  1. install node and npm
  2. checkout this repo and cd into the directory
  3. npm install && cd client && npm install

Running

  1. npm run dev

About

Find the median(s) of a set of primes using the Sieve of Eratosthenes algorithm. React + Express.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published