Skip to content

This is my assignment for the Data Structures & Algorithms (DSA) unit of Year 1 Semester 2. It is a bushfire mapping application coded in Java, with applied DSA concepts.

Notifications You must be signed in to change notification settings

mic-devs/Curtin_DSA_BushfireMappingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kindly refer to the Assignment_Specifications.pdf and Report.pdf files for details on the assignment project!

All necessary code is inside of the Code folder. It includes 14 classes that make up the program. As well as location.txt and UAVdata.txt for sample data. 

To run program, simply compile Menu.java and run that alone. That's it!

In the event you would like to use a different set of sample data files:
Step 1: Open Menu.java
Step 2: In line 17, swap "location.txt." with the new location data file name
Step 2: In line 18, swap "UAVdata.txt." with the new UAV data file name
NOTE: Ensure your new data files are inside of the Code folder!

About

This is my assignment for the Data Structures & Algorithms (DSA) unit of Year 1 Semester 2. It is a bushfire mapping application coded in Java, with applied DSA concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages