code is working after deleting the repetetive case please check
code ide is - https://ide.codingblocks.com/s/138449
Getting repetetive cases
Hi @souravmunjal2000
You simply have to place the knight , move forward, check , backtrack if invalid.
There won’t be any repetitive cases counted. (Do not think of symmetricity , All squared are unique).
So your code is perfectly fine Well Done