GithubHelp home page GithubHelp logo

maths's Introduction

Maths

1-EFFICIENT WAY OF FINDING PRIMES:-

Creating a program to find and print the prime numbers which occur till the given value of 'n'.

First I have created a Boolean array having only True values for 'n' numbers.

Since we know if a number(say a) has factors then definitely one of its factor will lie from 1 to โˆša , that's why I have put that condition on while loop.

Now , since I know 2 is prime then definitely its multiple will not be prime,therefore changing the values of the multiples of 2 from True to False in Boolean Array.

Now the first 'if condition' used in while loop is to check whether the value is True or False,if True then change its multiples values from True to False in the Boolean Array.

After doing this all, I have used the range function with for to print all those numbers which have True Value in Boolean Array.

Its complexity is : O((โˆšn)log(log(n)))

maths's People

Contributors

m1-key avatar tushargarg2000 avatar shreya2099 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.