Alex Johnson
Alex Johnson
@LuisFerTR Great! See the [readme for backtracking](https://github.com/ProAlgos/ProAlgos-Cpp/blob/master/C%2B%2B/include/algorithm/backtracking/README.md) for a guide for how to implement this. In order to avoid duplicate work, though, please create a new issue describing which section...
@100sarthak100 Great! Just create a new issue for that particular section, as @LuisFerTR has done.
Hi @ivy-2000. You are on the right track. More specifically, the algorithms in this project are implemented as header files (ending in `.hpp`). These algorithms are then *called* from test...
> Is this issue still up for grab? I can work on it! Yep!
> I would like to work on this if this issue is till up for grab. As long as there's documentation to be completed it's up for grabs. 🙂
@abarbee129 Definitely up for grabs. Read through our documentation and then let me know if you have any questions. 🙂
> @alxmjo > I tried to push a small typo change to origin but I got an error because permission was denied to me. Can you help me with that?...
This looks good on first glance, but please read the [documentation regarding testing code](https://github.com/ProAlgos/ProAlgos-Cpp/blob/master/docs/CONTRIBUTING.md#testing-code) (you need to update `CMakeLists.txt` so that we can test your code). Also, there is an...
Sorry for the late response, @brijeshsos66, but I just realized that you made those changes in another PR that has since been closed. Can you add those changes on this...
@mrKappen Great! Also, if you're new to the repo and want to get your feet wet, a great way to do that is to migrate an algorithm to the new...