/Find-The-Treasure-Algorithm-Challenge

A code challenge I was given at the "Algorithms" course of my university. The goal is to create an algorithm that, given an array of coordinates containing a starting point, a treasure and mines, can find the shortest path to the treasure by going around the mine field.

Primary LanguageJava

This repository is not active