write knight tour problem which is present in datastructure



write knight tour problem which is present in datastructure..

Answer / Sonu Verma

In the Knight's Tour problem within data structures, the goal is to move a knight (represented as a chess piece) on an NxN chessboard so that it visits each square exactly once and returns to its starting position. A knight moves two squares in one direction (horizontally or vertically) and then one square perpendicular to that direction.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

what is the size of an empty class

12 Answers   Wipro,


Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??

1 Answers  


How to call a non virtual function in the derived class by using base class pointer

4 Answers   HCL,


what is the usage of clas templates

5 Answers  


What is Agile methodology?

20 Answers   ABC, Accenture, College School Exams Tests, Inmar, Microsoft, Sapient,


Which language is not a true object oriented programming language?

1 Answers  


how to tackle technical questions

1 Answers  


What is the difference between procedural programming and oops?

1 Answers  


What are generic functions and generic classes?

5 Answers  


Why u change company?

12 Answers   BOB Technologies,


How to deploy web appliction in web logic ?

1 Answers   Unisys,


write a c++ code of diagonal matrix.

2 Answers  


Categories