2 Übersetzungen
Neue Wörterbuch-Abfrage: Einfach jetzt tippen!
Anwendungsbeispiele Englisch
weitere Beispiele ...
- This data abstraction mechanism makes the breadth-first search truly agnostic to the queue's implementation.
- Breadth-first search (BFS) is an algorithm for searching a tree data structure for a node that satisfies a given property.
- Breadth-first search can be viewed as a special-case of Dijkstra's algorithm on unweighted graphs, where the priority queue degenerates into a FIFO queue.
- In "breadth-first search" (BFS) or "level-order search", the search tree is broadened as much as possible before going to the next depth.
- Another usage of queues is in the implementation of breadth-first search.
- showed how to solve the problem more simply using lexicographic breadth-first search, based on the fact that a graph is an interval graph if and only if it is chordal and its complement is a comparability graph.
- Contrasting with depth-first order is breadth-first order, which always attempts to visit the node closest to the root that it has not already visited.
- The time complexity of IDDFS in a (well-balanced) tree works out to be the same as breadth-first search, i.e. [...] , [...] where [...] is the branching factor and [...] is the depth of the goal.
© dict.cc English-German dictionary 2023
Enthält Übersetzungen von der TU Chemnitz sowie aus Mr Honey's Business Dictionary (nur Englisch/Deutsch).
Links auf das Wörterbuch oder auch auf einzelne Übersetzungen sind immer herzlich willkommen!