Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.08 KB

N Puzzle Solver

Solving the famous N puzzle using A* pathfinding

Contributing

Project directory

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.

Linters

For cpp, we will be using Google's cpplint

Commit message style

Refer Bytes Club's commit message style

Issue tracker

In case of any issues, post them here

Patches
  1. Every patches must have an issue associated with it
  2. Create a patch using git format-patch
  3. 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.