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 knight path #632

Closed aastha0326 closed 2 years ago

aastha0326 commented 2 years ago

Description

Given a square chessboard of N x N size, the position of Knight and position of a target is given, the task is to find out the minimum steps a Knight will take to reach the target position-This a classic DP problem.

Important Checklist

Languages and Assignees:

Prakhar-creator commented 2 years ago

Hello,@aastha01chauhan ma'am, I am a college student from CSE Dept, open source contribution is very important aspect to develop and enhance my problem solving skills. Can I contribute to this open source problem, it will be very helpful from my career Aspects and also a better learning experience in Hacktoberfest 2021.