As a user, I want to be able to switch the algorithm to be another type of informed search. **Acceptance Criteria:** - [ ] Greedy best-first search - [x] A* search - [ ] Weighted A* search
As a user, I want to be able to switch the algorithm to be another type of informed search.
Acceptance Criteria: