Warning: Undefined variable $resultados in /home/enciclo/public_html/dictious.com/search.php on line 17
topological_sorting - Dictious

7 Talált eredmények " topological_sorting"

topological sort

<span class="searchmatch">topological</span> sort (tsz. <span class="searchmatch">topological</span> sorts) (informatika) ? A <span class="searchmatch">topological</span> sort (topologikus rendezés) egy irányított gráf (DAG – Directed Acyclic Graph)...


Kahn’s algorithm

Kahn’s algorithm (tsz. Kahn’s algorithms) (informatika) <span class="searchmatch">topological</span> <span class="searchmatch">sorting</span> algo Kahn’s algorithm - Szótár.net (en-hu) Kahn’s algorithm - Sztaki (en-hu)...


topologikus rendezés

minden v ∈ V: if indegree[v] == 0: Q.push(v) <span class="searchmatch">topological</span>_order = [] while Q nem üres: u = Q.pop() <span class="searchmatch">topological</span>_order.append(u) for minden szomszéd v ∈ G[u]:...


problem

Spanning Tree (MST) (Solved by Kruskal’s and Prim’s algorithms) <span class="searchmatch">Topological</span> <span class="searchmatch">Sorting</span> (Solved using Kahn’s algorithm or DFS) Graph Traversal (Solved using...


The Art of Computer Programming

and deques 2.2.2. sequential allocation 2.2.3. linked allocation (<span class="searchmatch">topological</span> <span class="searchmatch">sorting</span>) 2.2.4. circular lists 2.2.5. doubly linked lists 2.2.6. arrays and...


graph data type

bejárás. DFS (Depth-First Search): mélységi bejárás, cikluskidolgozás, top‐<span class="searchmatch">sorting</span>, komponensek felderítése. Shortest Path Dijkstra (nemnegatív súlyok), Bellman-Ford...


NP-completeness

an input graph h {\displaystyle h} as a minor); the same holds with <span class="searchmatch">topological</span> minors steiner tree, or minimum spanning tree for a subset of the vertices...