深度优先算法,是计算机程序的一种编制原理,就是在一个问题出现多种可以实现的方法和技术的时候,应该优先选择哪个更合适的,也是一种普遍的逻辑思想,此种思想在运算的过程中,用到计算机程序的一种递归的思想。
实验结果表明该算法的性能优于其他主流深度优先算法。
The experimental results show that DFFCI outperforms other depth-first search algorithms.
对输入树进行深度优先的遍历,这和您在编程101中所学的深度优先算法没有什么不同。
Performs a depth-first walk of the input tree, this is the same depth-first algorithm you learned in programming 101.
定义了树节点类来动态地反映节点间的链接关系,采用深度优先算法,快速识别网络拓扑结构的变化。
The Type of tree node is defined to show the link relation between nodes, and the depth-first strategy is employed to identify topology structure.
应用推荐