Tugas besar 2 IF2211 Strategi Algoritma 2022
A C# desktop application to find spesific file from starting directory with Breadth First Search (BFS) or Depth First Search (DFS) algorithm.
- Install Visual Studio
- Install MSAGL Package
- Open Visual Studio that has been installed.
- Clone this repository to Visual Studio.
- Open solution explorer and choose
Tubes2_13520031.sln
. - Click
Play
on the top panel with green button. - Visual Studio will build the program and show the GUI.
- Clone this repository.
- Run
Tubes2_13520031.exe
inbin
folder.
- Choose your starting directory and input the file name to be searched.
- Check the
Find all occurence
box if you want to search entirely (leave it unchecked if you want to search only one occurence). - Choose the searching algorithm between BFS/DFS.
- Click
Search
button and wait until the graph shown.