GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
📱 BFS and DFS Algorithms for Solving Maze Treasure Hunt Problems 📱<br/>
</h2>
<hr>
## Table of Contents
1.[General Info](#general-information)
2.[Creator Info](#creator-information)
3.[Features](#features)
4.[Technologies Used](#technologies-used)
5.[Setup](#setup)
6.[Usage](#usage)
7.[Video Capture](#videocapture)
8.[Screenshots](#screenshots)
9.[Structure](#structure)
10.[Project Status](#project-status)
11.[Room for Improvement](#room-for-improvement)
12.[Acknowledgements](#acknowledgements)
13.[Contact](#contact)
<aname="general-information"></a>
## General Information
A simple program that write in C# language to implement BFS and DFS algorithm for solving maze treasure hunt problems. This project was written in C# programming language using Visual Studio and Windows Presentation Foundation (WPF) for the GUI. Treasure Hunter App will read the input from a text file and then display the result in the GUI. The program will also display the number of nodes that have been visited and the number of nodes that have been expanded. Besides that, this project also has a feature to display the execution time of the program. This project made for fulfilling Tubes 2 of IF2211 - Strategi Algoritma course at ITB 2022/2023.