Solving the famous N puzzle using A* pathfinding
If you are adding a new solution, create a new directory specifing the language you will be using and place the files in that directory, along with a README file stating how to run the project and Coding guidlines for contributing to the codebase.
For cpp, we will be using Google's cpplint
Refer Bytes Club's commit message style
In case of any issues, post them here
- Every patches must have an issue associated with it
- Create a patch using git format-patch
- Upload the patch as a new paste in pastebin (or anything similar) and send the link to the patch in the corresponding issue
Alternatively, if you are more comfortable with Github Pull Requests, feel free to do so.