DFS:深度优先搜索
深度优先搜索(Depth-First Search,简称DFS)是一种经典的图遍历算法,广泛应用于计算机科学的多个领域,如路径查找、拓扑排序和迷宫求解等。为了方便书写和交流,常将其缩写为DFS。该算法的核心思想是沿着某条路径尽可能深入地探索,直到无法继续前进时再回溯,以确保所有节点都被访问到。
Depth First Search具体释义
Depth First Search的英文发音
例句
- According to this hybrid trust model, it presents an algorithm constructing a path base on a depth first search, and summarizes the path validation algorithm.
- 针对该信任模型,提出一种深度优先搜索(DFS)的路径构建算法,并对路径验证算法进行了概述。
- A method to mark transitive predecessors and transitive successors by using depth first search is provided with a description of the algorithm based on stack.
- 给出了先序活动和后序活动的基本定义,讨论了运用深度优先搜索(DFS)进行先序活动和后序活动标定的基本原理,提出了基于堆栈机制的标定算法。
- A heuristic depth first search, on the other hand, uses some heuristic function to determine which of the nodes is the most promising.
- 另一方面,深度优先搜索(DFS)使用了一些启发功能来判断哪个节点是最佳的搜索节点。
- Degree - based tabu list in the algorithm based on depth first search is introduced to obtain connected trees.
- 同时采用基于度的禁忌表这种数据结构来表示度约束生成树,并与深度优先搜索(DFS)的思想结合,保证得到树的连通性;
- A hybrid algorithm combined with dynamic programming and the lower bound ( or upper bound ) algorithm is proposed. It is on the basis of analysing the depth first search ( DFS ) and the breadth first search ( BFS ) methods.
- 本文分析了深度优先搜索(DFS)方法(DFS)和广度优先搜索(BFS)方法的特点,提出了一种混合使用动态规划方法和下界(上界)算法的精确求解方法求解组合优化问题。
本站英语缩略词为个人收集整理,可供非商业用途的复制、使用及分享,但严禁任何形式的采集或批量盗用
若DFS词条信息存在错误、不当之处或涉及侵权,请及时联系我们处理:675289112@qq.com。