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
- Host: GitHub
- URL: https://github.com/gozeloglu/treasure-hunters
- Owner: gozeloglu
- Created: 2019-02-07T16:53:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T18:33:30.000Z (over 6 years ago)
- Last Synced: 2025-01-04T20:16:39.700Z (6 months ago)
- Topics: array, data-structures, multidimensional-arrays
- Language: C
- Size: 626 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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