About 280,000 results
Open links in new tab
  1. TRAVERSAL Definition & Meaning - Merriam-Webster

    The meaning of TRAVERSAL is the act or an instance of traversing.

  2. TRAVERSAL Definition & Meaning | Dictionary.com

    Traversal definition: the act or process of passing across, over, or through.. See examples of TRAVERSAL used in a sentence.

  3. 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 …

  4. Tree Traversal Techniques - GeeksforGeeks

    Sep 16, 2025 · Tree traversal refers to the process of visiting or accessing each node of a tree exactly once in a specific order. Unlike linear data structures such as arrays, linked lists, or …

  5. Traversal - definition of traversal by The Free Dictionary

    Define traversal. traversal synonyms, traversal pronunciation, traversal translation, English dictionary definition of traversal. v. tra·versed , tra·vers·ing , tra·vers·es v. tr. 1. a. To travel or …

  6. TRAVERSAL definition in American English | Collins English …

    TRAVERSAL definition: to pass or go over or back and forth over (something); cross | Meaning, pronunciation, translations and examples in American English

  7. Traversal - Definition, Meaning & Synonyms | Vocabulary.com

    Whether you’re a teacher or a learner, Vocabulary.com can put you or your class on the path to systematic vocabulary improvement.

  8. traversal, n. meanings, etymology and more | Oxford English …

    traversal, n. meanings, etymology, pronunciation and more in the Oxford English Dictionary

  9. Traversal - (Data Structures) - Vocab, Definition, Explanations

    Traversal can be done using various techniques depending on the data structure, including in-order, pre-order, and post-order for trees. In arrays, traversal is typically straightforward and …

  10. 4 Types of Tree Traversal Algorithms - Built In

    Oct 25, 2024 · What Is Tree Traversal? Tree traversal, also known as tree search, is a process of visiting each node of a tree data structure. During tree traversal, you visit each node of a tree …