Skip to content

prashb99/BattleShipSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battle Ship Puzzle Solver

Instructions to run (linux terminal)

1. Clone the repository onto your local machine

2. Place all .cpp and .h files in a folder or leave them in current folder. Compile all files into an executable using the following

g++ *.cpp *.h -o run.exe

3. Now place one of the example file in the sample-input folder in the same folder as the executable (run.exe)

Next type ./run.exe [name of input file]

If you want multiple solutions add the tag "all" after the name of the input file

About

BattleShip puzzle solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages