CIS3590-G1B / GROUP-1B-Java

All Algorithms implemented in Java
MIT License
1 stars 0 forks source link

ISSUE#1.2- Santiago - ISSUE DEVELOPMENT #5

Closed ba-00001 closed 1 month ago

ba-00001 commented 1 month ago

`

Algorithm Development Template

ISSUE#: [Issue Number]
Title: [Issue Title]
Prepared by: [Developer Name]
Date: [MM/DD/YYYY]


1. Problem Definition and Clarification


2. Input/Output Specifications


3. Constraints and Requirements


4. Data Structures


5. Algorithm Design Approach


6. Edge Cases and Error Handling


7. Optimization


8. Testing and Debugging


9. Documentation and Maintenance


Comments/Notes

[Additional notes or comments regarding the issue development.]


Version History

Date Changes Made Version
MM/DD/YYYY Initial Draft 1.0
MM/DD/YYYY [Describe subsequent changes] X.X

`

santycarbahol commented 1 month ago

What would you like to share? I would use trees with a Best-First search algorithm or Depth-First Search to construct an algorithm that can determine and select the shortest path for the code in order to solve this problem. With this strategy, you might identify the shortest path and reach your goal by comparing the distances between cities and choosing the one with the lowest cost.

Additional information I would like to utilize more than one algorithm for this problem, but the one that provides the best result in the shortest amount of time is the one I would choose.