An open API service indexing awesome lists of open source software.

https://github.com/gozeloglu/treasure-hunters

Fall 2018-2019
https://github.com/gozeloglu/treasure-hunters

array data-structures multidimensional-arrays

Last synced: 4 months ago
JSON representation

Fall 2018-2019

Awesome Lists containing this project

README

        

# Treasure Hunter

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

- I used **2D arrays** in my algorithm.

## RUN

`$ make`

`$ ./findtreasure `

###### Example

`$ make`

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

---

- The program creates the `output.txt` file.

### Requirements

- `gcc`compiler