"how to get the prime number in c++ where time complexity is 0(log n)" Code Answer's

You're definitely familiar with the best coding language C++ that developers use to develop their projects and they get all their queries like "how to get the prime number in c++ where time complexity is 0(log n)" answered properly. Developers are finding an appropriate answer about how to get the prime number in c++ where time complexity is 0(log n) related to the C++ coding language. By visiting this online portal developers get answers concerning C++ codes question like how to get the prime number in c++ where time complexity is 0(log n). Enter your desired code related query in the search bar and get every piece of information about C++ code related question on how to get the prime number in c++ where time complexity is 0(log n). 

how to get the prime number in c++ where time complexity is 0(log n)

By Combative CurlewCombative Curlew on Mar 13, 2020
// C++ program to print all primes smaller than or equal to 
// n using Sieve of Eratosthenes 
#include <bits/stdc++.h> 
using namespace std; 

void SieveOfEratosthenes(int n) 
{ 
	// Create a boolean array "prime[0..n]" and initialize 
	// all entries it as true. A value in prime[i] will 
	// finally be false if i is Not a prime, else true. 
	bool prime[n+1]; 
	memset(prime, true, sizeof(prime)); 

	for (int p=2; p*p<=n; p++) 
	{ 
		// If prime[p] is not changed, then it is a prime 
		if (prime[p] == true) 
		{ 
			// Update all multiples of p greater than or 
			// equal to the square of it 
			// numbers which are multiple of p and are 
			// less than p^2 are already been marked. 
			for (int i=p*p; i<=n; i += p) 
				prime[i] = false; 
		} 
	} 

	// Print all prime numbers 
	for (int p=2; p<=n; p++) 
	if (prime[p]) 
		cout << p << " "; 
} 

// Driver Program to test above function 
int main() 
{ 
	int n = 30; 
	cout << "Following are the prime numbers smaller "
		<< " than or equal to " << n << endl; 
	SieveOfEratosthenes(n); 
	return 0; 
} 

Add Comment

0

All those coders who are working on the C++ based application and are stuck on how to get the prime number in c++ where time complexity is 0(log n) can get a collection of related answers to their query. Programmers need to enter their query on how to get the prime number in c++ where time complexity is 0(log n) related to C++ code and they'll get their ambiguities clear immediately. On our webpage, there are tutorials about how to get the prime number in c++ where time complexity is 0(log n) for the programmers working on C++ code while coding their module. Coders are also allowed to rectify already present answers of how to get the prime number in c++ where time complexity is 0(log n) while working on the C++ language code. Developers can add up suggestions if they deem fit any other answer relating to "how to get the prime number in c++ where time complexity is 0(log n)". Visit this developer's friendly online web community, CodeProZone, and get your queries like how to get the prime number in c++ where time complexity is 0(log n) resolved professionally and stay updated to the latest C++ updates. 

C++ answers related to "how to get the prime number in c++ where time complexity is 0(log n)"

View All C++ queries

C++ queries related to "how to get the prime number in c++ where time complexity is 0(log n)"

how to get the prime number in c++ where time complexity is 0(log n) what is time complexity of min_element() c++ sort function time complexity what is time complexity of swap function c++ vector insert time complexity what is time complexity of insertion sort kruskal algorithm time complexity initialize a vector with another vector c++ complexity program to know if a number is prime c++ prime number program check prime number c++ prime number c++ C++ prime number check hwo to calculate the number of digits using log in c++ c++ find prime numbers check prime no for large value in cpp first prime numbers first prime numbers less than c++ program to generate prime numbers prime template c++ check prime cpp gfg is x prime? check prime in c++ log base c++ ue4 log float log base e synthax c++ log in cpp log base 10 c+_+ how to add a number after each number in an array with a for loop in C++ eosio get time how to get current time in c++ how to get a random number between two numbers in c++ how to get the largest number in a c++ array get number round off to two decimal places c++ expected number of trials to get n consecutive heads c++ show time elapsed time measurement c++ c++ time nanoseconds time function c++ is TLE means my code is correct but taking more time to computr c++ print current time c++ compare time input time from console C++ "how we write a program for" time swap" in c plus plus only with string" TIME CLASS c++ program that calculates the distance covered by a vehicle given the speed and time. Write a program that inputs time in seconds and converts it into hh-mm-ss format run time calculator c++ c++ is string a number how to print a decimal number upto 6 places of decimal in c++ c++ random number between 1 and 10 random number generator c++ between 0 and 1 c++ how to generate a random number in a range second maximum number in array c++ regex for phone number c++ print number with leading zeros code to find the last digit of a number random number c++ cpp random number in range program to calculate factorial of number in c++ first missing number leetcode how to make a random number in c++ find the biggest number from 3 numbers c++ count number of zeros in array in O(logN) string to number in c++ random number in c++ random number generator c++ how to write something in power of a number in c++ The number of swaps required in selection sort convert string to number c++ make random nuber between two number in c++ next palindrome number in cpp find last digit of number c++ find number of divisors random number of 0 or 1 c++ number is even or odd c++ how to round to nearest whole number unity how to determine the highest number in c++ how to remove maximum number of characters in c++ cin,ignore how to check sqrt of number is integer c++ Split a number and store it in vector c++ guess my number Write a program to sort an array 100,200,20, 75,89.198, 345,56,34,35 using Bubble Sort. The program should be able to display total number of passes used for sorted data in given data set. c++ regex to validate indian phone number pattern Convert a hexadecimal number into decimal c++ how to print x number of bytes cout ugly number code in c++ this is my p phone number in punjabi random number cpp length of each number in array find number of 1s in a binary cv::mat image length of each number in array in c++ Polycarp found a rectangular table consisting of n rows and m columns. He noticed that each cell of the table has its number, obtained by the following algorithm "by columns": codeforces solution the number of ones int bitset how to check if the number is even or odd using bitwise operator unknown number of threads cpp the first n approximations of number pi in c++ Write a c++ program to print number triangle. sum of number c++ print number not in scientific notation count number of char in a string c++ Random number in set range c++ random number 0 to 1 stringstream stream number to string c++ Determine the start and end of the random number how to find the left most bit 1 in binary of any number c++ program to count number of characters of words in a file using stringstream Write a c++ program that reads a sentence (including spaces) and a word, then print out the number of occurrences of the word in the sentence argument to number C++ c++ power of a number how to print nth palindrome number in c++ Sum of first and last digit of a number in C++ find a number in vector c++ c++ check if char is number string c++ if letter or number c++ generate random number upper and lower bound flowchart to display factors of a number power of a number in c++ c++ get length of array c++ get files in directory get elements of tuple c++ get type of an object c++ get current date in c++ cpp get data type how to get a letter from the user c++ string c++ get input without loop how to get the player view point location and rotation in ue4 c++ how to get string from user in cpp set and get in c++ how to get a letter from the users string in c++ c++ get last character of string Get handle in C++ how to get input from the console in c++ how to get last element of set in c++ cpp get float from integer division how to get name of caller function c++ cpp get last element of vector how to make string get spaces c++ c++ get last element in array get index of value c++ get min and max element index from vector c++ get the first element of array c++ get first element of tuple c++ how to get input in cpp c++ get map keys get values from a vector of vectors c++ get line C++ how to get size of 2d vector in c++ how to get string length in c++ get map values c++ c++ get data type get ascii value of string in C++ get files in directory c++ how to get an element in a list c++ c++ chrono get milliseconds c++ vector get first element c++ get filename from path c++ get type name of object get first and last character of string c++ c++ get system date how to get os name in c++ c++ get maximum value unsigned int cpp get screen resolution get data from terminal c++ get elements of 2d array c++ get bitshift to wrap c++ how to get size of array c++ c++ get vector element by index get nth fibonacci c++ how to get last element of set get an array with c++ how to get a section of a string in c++ how to get characters through their ascii value in c++ string get full cin get thread id c++ Get rid of those includes c++ get last element of stack c++ how to get PID by process name c++ c++ typeid get type name c++ get string between two characters how to get PID by name in c++ get the last element of an array c++ get spaces in cin c++ powershell get uptime remote computer powershell script to get uptime of multiple servers gdb get return value of function c++ start process and get output get input from command line and run command in c++ get index by pointer to element of vector c++ std::map get all keys how to get steam id c++ get player pawn How to get the last element of an array in C++ using std::array c++ get last element in vector c++ how to get maximum value c++ get pointer from unique_ptr how to get a random element from a vector c++ string c# p/involke c++ dll get struct

Browse Other Code Languages

CodeProZone