Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPuzzleSolverUtil: Move Node class to a separate file #3

Open
RudraNilBasu opened this issue Dec 16, 2017 · 3 comments
Open

NPuzzleSolverUtil: Move Node class to a separate file #3

RudraNilBasu opened this issue Dec 16, 2017 · 3 comments

Comments

@RudraNilBasu
Copy link
Member

Currently, the definition of Node is present in NPuzzleSolverUtil, which will be better moved to a separate file and be included wherever necessary

@mouri11
Copy link

mouri11 commented Dec 23, 2017

Is it the Node class in the header file?

@RudraNilBasu
Copy link
Member Author

RudraNilBasu commented Dec 23, 2017 via email

@mouri11
Copy link

mouri11 commented Dec 24, 2017

Ok. So the class declaration, constructor and function calls will be in Node.h? What are the implementations to be put inside Node.cpp?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants