answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is sieve technique in selection algorithm?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many prime numbers are located on sieve of erastosthenes?

The sieve of Eratosthenes is a simple, ancient algorithm for finding all prime numbers up to any given limit.


What are selection technique?

To select


What is the definition of the sieve of Eratosthenes in mathematics?

The mathematical term "sieve of Eratosthenes" is defined as a simple algorithm for finding all prime numbers up to a given limit. It is named after a famous Greek mathematician of the same name.


What is Homomorphic Hashing?

Homomorphic Hashing is a algorithm technique used for verifying data.


What is a genetic algorithm?

A method that mimics evolution and natural selection to solve the problem.


What is the design technique that programer use to breakdown algorithm into modules?

top-down design


Did eratosthenes make a mistake in prime numbers?

The algorithm for identifying prime numbers which is known as the Sieve of Eratosthenes has been accepted as accurate for thousands of years.


Who introduce selection sorting algorithm?

in selection sorting at first we take first element of the list and start comparing with all the successive element of that list


Is there any matlab code for frequent pattern tree association algorithm data mining technique?

yes


A technique in which breeders select particular traits to be passed on is called what?

A technique in which breeders select particular traits to be passed on is called? A)Natural Selection B)Artificial Selection C)Darwin Selection D)Synthetic geneology


What are the different types of algorithm?

insertion,bubble,quick, quick3, merge, shell,heap, selection sorting


Why round robin algorithm not applicable for distributed environment?

distributed system doesn't have any global clock time. It uses some special schedule technique such as lampart's cycle and other algorithm.