Git Product home page Git Product logo

primehunter's Introduction

Prime Hunter

demo: https://csb-885y65oorj-dzhvgpbfdc.now.sh/

Prime Hunter is a tool for finding the nth prime

The algorithm is based on the sieve of Eratosthenes. Each successive number is divided by all known primes to see if it has any non trivial factors. If a number cannot be divided by any known prime, it is added to the array of primes. We then test the next number up. This process is continued until we have n primes in the array.

The algorithm could be improved by only using primes less than or equal to the square root of the number whose factors we are checking. This benefit is likely to be more signficant for larger values of n, which was outside the scope of this exercise.

Points for further development

  • Form validation to prevent negative or decimal inputs
  • Warning messages when searches could take a long time
  • Use web workers or a server to do the processing, to avoid freezing the UI - this could also be used to enable progress updates
  • Cache results, so they can be used for future searches

primehunter's People

Contributors

jonathanhalpern avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.