kaustubhgupta / Hacktoberfest

This is for the information that the repository has been excluded by the Hacktoberfest team from the event. This was done to maintain the quality standards and promote good quality open source contributions.
MIT License
55 stars 277 forks source link

Shortest Night Path #639

Closed aastha0326 closed 3 years ago

aastha0326 commented 3 years ago

Description

Minimum number of moves required by knight to go from start cell to end cell on chess board-This a classic DP problem.

Important Checklist

Languages and Assignees:

Notes

Anything you would like to discuss.

aastha0326 commented 3 years ago

@kaustubhgupta can you tell me what is the error in template?

aastha0326 commented 3 years ago

@kaustubhgupta Ive updated please check