A Go translation of the new osu!mania Star Rating algorithm of sunnyxxy. I am a complete noob in Go and the whole program is directly translated from the 2025-04-15 Python version through DeepSeek.
The SPA path analysis algorithm runs after input of data. The basic code that runs is a tree search algorithm to find the node with the highest value and then deduce the path of going to that node.