You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one:
https://github.com/BytesClub/N-Puzzle-Solver/blob/master/cpp/NPuzzleSolverUtil.h#L24
There should be a separate file Node.h and the class declaration should be
shifted there, and its implementation should be done at Node.cpp (along with
the Makefile for the compilation)
- Rudra Nil Basu
Game Designer and Programmer
http://rudranilbasu.me/
On Sat, Dec 23, 2017 at 11:14 PM, Rohit Das ***@***.***>
wrote:
>
> Is it the Node class in the header file?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
Currently, the definition of Node is present in NPuzzleSolverUtil, which will be better moved to a separate file and be included wherever necessary
The text was updated successfully, but these errors were encountered: