mrhagrawal / competitive_programming_resources

Hacktoberfest 2020
1 stars 19 forks source link

knight_problem.cpp #19

Closed Mohit-2304 closed 4 years ago

Mohit-2304 commented 4 years ago

C++ code for displaying the knight tour on a chess board using backtracking .

mrhagrawal commented 4 years ago

Hello Mohit! Great to see you contributing. Adding a descriptive problem statement as in what one can learn from this code and then explaining the same in your code with proper comments will make it wonderful.