Skip to content

jaymirecki/grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grid Class 1.0

This implements the A* grid search algorithm.

Getting Started

Include the class in your C++ file with #include "grid.h" Compile the .o with the inclued Makefile, and include it in the compile command for your C++ project

Prerequisites

Requires the following C++ libraries

  • set
  • cmath
  • list
  • iostream

The included Makefile requires the following compiler

  • clang++

Installing

Running the tests

Break down into end to end tests

And coding style tests

Deployment

Built With

Contributing

Versioning

This is currently in version 1.0

Authors

License

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published