answersLogoWhite

0

The algorithm used in 8 queens problem is "Backtracking"

Backtracking involves trial and error , where we try all the possibilities , if a trial leads to an error we eliminate it and also no two trials can be the same.

Backtracking assumes that the problem is finite and is computable within the limitations of hardware.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is anlgorithm in math?

An algorithm is a systematic method used to solve some problem.An algorithm is a systematic method used to solve some problem.An algorithm is a systematic method used to solve some problem.An algorithm is a systematic method used to solve some problem.


What are the set of steps used to solve a problem in C?

An Algorithm


What is a word used to describe a method used to solve a problem in math?

algorithm


What is a division algorithm?

A Division Method used to solve a division problem.


What are the features of algorithm?

An algorithm is just a description of a series of steps used to solve a specific problem.


What algorithm is used to solve the missionaries and cannibals problem?

breath first gurantees a result.


What is the difference between a problem and an algorithm?

A problem is a situation or task that needs to be solved, while an algorithm is a step-by-step procedure or set of rules used to solve a problem. In other words, a problem is the question or challenge, and an algorithm is the method or process used to find the solution.


What is the first language definition of the term "algorithm"?

An algorithm is a set of step-by-step instructions used to solve a problem or perform a task.


What is the relationship between problem and algorithm in the context of computer science?

In computer science, a problem is a task or challenge that needs to be solved, while an algorithm is a step-by-step procedure for solving that problem. Algorithms are used to solve specific problems efficiently and accurately in computer science. The relationship between a problem and an algorithm is that an algorithm is designed to solve a specific problem by providing a systematic approach to finding a solution.


Can you explain the difference between a problem and an algorithm?

A problem is a situation or task that needs to be solved, while an algorithm is a step-by-step procedure or set of rules used to solve a problem. In other words, a problem is the question or challenge, and an algorithm is the method or process to find the solution.


What is algorithams?

Algarithm: Algorithm is process to solve the problem in a step by step order Algorithm is used to write the program in a computer language. thrinath.sachin@gmail.com


What is the meaning of the term "algorithm"?

An algorithm is a set of step-by-step instructions or rules used to solve a problem or perform a task in a computer program or in mathematics.