This is a repository for CMPT 214 Lab 08
Name | Last commit | Last update |
---|---|---|
.gitignore | ||
README.md | ||
makefile | ||
queens.c | ||
solver.c | ||
solver.h | ||
state.c | ||
state.h | ||
test_solver.c | ||
test_state.c |
separate test_test and test_solver modules, removing the conditional compilation within the source code
Name | Last commit | Last update |
---|---|---|
.gitignore | ||
README.md | ||
makefile | ||
queens.c | ||
solver.c | ||
solver.h | ||
state.c | ||
state.h | ||
test_solver.c | ||
test_state.c |
This is a repository for CMPT 214 Lab 08