fave77 / Mathball

A JavaScript library for Competitive Programming
https://fave77.github.io/Mathball-Docs/
MIT License
99 stars 49 forks source link

Improving Prime Numbers #97

Closed baibhabmondal closed 5 years ago

baibhabmondal commented 5 years ago

Do the checklist before filing the issue:

NOTE: Provide a clear and concise description of the feature that needs to be added! Or if its a bug, then provide the necessary steps to reproduce it along with screenshots.

It is an improvement to the already written Prime function. Making it a bit more efficient with fewer iterations.

baibhabmondal commented 5 years ago

I would like to work on this.