seng499-company2 / algorithm1

MIT License
1 stars 1 forks source link

Implement search algorithm unit tests #30

Open NolanVH opened 2 years ago

NolanVH commented 2 years ago

User Story

As a developer I would like to have some level of assurance that the search algorithm optimizations perform correctly and align with their descriptions in the textbook.

Description

The search algorithm optimizations should perform their correct functions as described in their respective tickets and the textbook. Unit tests are valuable to ensure that they are correct and continue to perform correctly as the project evolves.

Acceptance Criteria

Related issues

Relates to #23, #24, #25, #26

Additional Resources

Add attachments, external links, etc here.