Skip to content

gozeloglu/Treasure-Hunters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Treasure Hunter

  • This project has been implemented in C language in Data Structures lecture.

  • I used 2D arrays in my algorithm.

RUN

$ make

$ ./findtreasure <size of the map matrix> <size of the key matrix> <input file name> <output file name>

Example

$ make

$ ./findtreasure 18x18 3 mapmatrix.txt keymatrix.txt output.txt


  • The program creates the output.txt file.

Requirements

  • gcccompiler