Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了环城公路重建问题,我开发了一个简单的回溯算法,你知道什么算法可以解决这个问题? 环城公路重构问题: 假设在 0 和 N 之间有一组不相等的整数,我们只有该集合的点的成对距离 mod N,我们如何使用它重构原始集合?