We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To pass blocked coordinates from frond end to algorithm module.
Precondition and plan:
to_string
to_hash
Coordinate
std::hash<Coordinate>
Contains(Coordinate) -> bool
unorded_set<Coordinate>
std::unordered_set::count
The text was updated successfully, but these errors were encountered:
add as_hash,as_string and std::hash<Coordinate>. for #14
5bd0870
blocked hashset added and tested for #14. close #14
63f569c
No branches or pull requests
To pass blocked coordinates from frond end to algorithm module.
Precondition and plan:
to_string
andto_hash
forCoordinate
. -- done.std::hash<Coordinate>
-- done.Contains(Coordinate) -> bool
in thisunorded_set<Coordinate>
. -- usestd::unordered_set::count
instead.The text was updated successfully, but these errors were encountered: