WSU-4110 / Algo-simulation

1 stars 1 forks source link

FR6. DFS #9

Closed hishaam19 closed 2 years ago

hishaam19 commented 2 years ago
FR6. DFS
Goal: The user will be able to select “DFS” and use our tool to simulate the step by step process of creating a DFS algorithm.
Stakeholders: Users/Developers
Description: Depth-first search is an algorithm for traversing or searching tree or graph data structures. The algorithm starts at the root node and explores as far as possible along each branch before backtracking.
Origin: Based on the initial project specification document, team members came up with this description during the first meeting.
Version 1.0
Date: 05/30/22
Priority: 2
jim-wallace commented 2 years ago

This functional requirement has been implemented in the treeSearches.html file.