N-queens pattern generation: an insight into space complexity of a backtracking algorithm

  • Authors:
  • Adrijan Bozinovski;Stevo Bozinovski

  • Affiliations:
  • Zagreb University, Croatia;South Carolina State University

  • Venue:
  • ISICT '04 Proceedings of the 2004 international symposium on Information and communication technologies
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

It is proposed a method for tracking partial solutions while executing a backtracking algorithm. That enables observation of space requirements of a backtracking algorithm. To illustrate the method, the well known benchmark N-queens problem is considered. Results of the experiments are shown and discussed.