英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

traversal    
遍历

遍历

traversal
n 1: taking a zigzag path on skis [synonym: {traversal}, {traverse}]
2: travel across [synonym: {traversal}, {traverse}]

Processing {nodes} in a {graph} one at a time, usually
in some specified order. Traversal of a tree is {recursive}ly
defined to mean visiting the {root node} and traversing its
children. Visiting a node usually involves transforming it in
some way or collecting data from it.

In "pre-order traversal", a node is visited __before__ its
children. In "post-order" traversal, a node is visited
__after__ its children. The more rarely used "in-order"
traversal is generally applicable only to binary trees, and is
where you visit first a node's left child, then the node
itself, and then its right child.

For the binary tree:

T
/ \
I S
/ \
D E

A pre-order traversal visits the nodes in the order T I D E S.
A post-order traversal visits them in the order D E I S T. An
in-order traversal visits them in the order D I E T S.

(2001-10-01)


请选择你想看的字典辞典:
单词字典翻译
traversal查看 traversal 在百度字典中的解释百度英翻中〔查看〕
traversal查看 traversal 在Google字典中的解释Google英翻中〔查看〕
traversal查看 traversal 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • Traversal - The AI SRE for complex systems
    Traversal automatically compiles incident data into a clear, editable, evidence-based report — freeing engineers from hours of manual reporting
  • TRAVERSAL Definition Meaning - Merriam-Webster
    The meaning of TRAVERSAL is the act or an instance of traversing
  • Traversal - LinkedIn
    Traversal is an AI platform for site reliability engineering that troubleshoots, remediates, and prevents production incidents — even in the largest, most complex systems
  • Tree traversal - Wikipedia
    In computer science, tree traversal (also known as tree search and walking the tree) is a form of graph traversal and refers to the process of visiting (e g retrieving, updating, or deleting) each node in a tree data structure, exactly once
  • Traversal in Array - GeeksforGeeks
    Traversal in an array refers to the process of accessing each element in the array sequentially, typically to perform a specific operation, such as searching, sorting, or modifying the elements
  • Traversal - 2025 Company Profile Team - Tracxn
    Explore Traversal's in-depth company profile, including funding details, key investors, leadership, and competitors
  • Traversal
    MotionLogic® provides a new way to measure waste and process inefficiency Delivering a safety improvement and a margin enhancement Automated analysis of worker movements, tool usage, and process efficiency to eliminate waste and optimize workflows
  • traversaal. ai - Time Series Forecasting with AI
    Use the Traversaal ai ROI Calculator to estimate time saved, productivity gains, payback period, and cost savings from AI-driven forecasting automation
  • Traversal emerges from stealth with $48 million from Sequoia and . . .
    Traversal—named for both the computer science concept of a graph traversal and the idea of journeying through complex systems—counts among its customers Digital Ocean, Eventbrite, Cloudways,
  • Traversal’s AI-Powered Diagnostics for DevOps | Sequoia Capital
    As AI-generated code becomes more prevalent, Traversal addresses a growing challenge: debugging systems where humans didn’t write the original code, making AI-powered troubleshooting essential for maintaining reliable software at scale





中文字典-英文字典  2005-2009