摘要
对"九位不同数字构成乘法等式"的问题进行分析,设计了递归回溯算法和非递归回溯算法,给出NP问题穷举算法设计的一般思路,同时比较两种算法的特点,并进行实验测试.
This paper analyzes the nine different numerals constitute a equation of muhiphcation , designs a recursive backtrack algorithm and non-recursive backtrack algorithm, gives the general design for exhaustive algorithm of NP problem, and at the same time, compares the characteristics of two algorithms, and experimental testing.
出处
《山西大同大学学报(自然科学版)》
2009年第4期12-14,共3页
Journal of Shanxi Datong University(Natural Science Edition)
关键词
穷举算法
递归回溯算法
非递归回溯算法
NP问题
exhaustive algorithm
reeursive backtrack algorithm
non-recursive backtrack algorithm
NP problem