Closed tbsteinb closed 3 years ago
I will start with just a breadth-first search, but this may need to be changed to make the search more efficient.
I re-evaluated how my problem was set up and found that a graph was unnecessary. My data set turns out to be a tree, and a greedy search is capable of finding an optimal solution.
I will start with just a breadth-first search, but this may need to be changed to make the search more efficient.