Essentially, if a new stuntsheet is created, we want an algorithm to be able to give a best effort in connecting dots between stuntsheets. This may be accomplished by taking the total distance that all dots are taking, and finding the minimum total distance.
Follow up from https://github.com/calband/calchart-redesign/pull/179
Essentially, if a new stuntsheet is created, we want an algorithm to be able to give a best effort in connecting dots between stuntsheets. This may be accomplished by taking the total distance that all dots are taking, and finding the minimum total distance.