回溯法是解决许多实际问题的重要而有效的方法。文章首先对一类运动员最佳配对问题进行了分析,然后提出一种基于回溯法的解决方案,并给出了算法的具体实现过程和复杂度分析,在此基础上提出一种基于多种因素的运动员配对问题的一般模型,并给出了其回溯解法。
Backtracking algorithm is important and efficient methods to many problems. In this paper, the optimum partnership problem among athletes is brought up firstly. And then this paper presents an efficient algorithm based on backtracking algorithm and analyzed the complexity of the proposed algorithm. The generic optimum partnership problem model based on muhifactor is proposed, and its backtracking algorithm is presented.