摘要
穷举法是程序设计中经常用到的一种算法,用来解决一些用常规的数学方法无法解决的问题。文章通过两个典型的例子对穷举法的思路和有关注意事项进行了分析,供编程学习者参考。
The exhaustion method is a kind of frequently used programming methods in programming design,and is often spplied to solve the problems that cannot be done by the conventional mathematical methods.The idea of exhaustion method and the points which should be paid attention are introduced through analyzing two typical examples.This offers valuable reference for programming learners.
出处
《计算机时代》
2012年第8期50-52,共3页
Computer Era
关键词
穷举法
搜索
算法效率
优化
exhaustion method
searching
algorithm efficiency
optimization