Yahoo Search Busca da Web

Resultado da Busca

  1. 20 de set. de 2022 · Strong Components via Depth-First SearchIn 1972 the speaker invented an algorithm to find the strong components of a directed graph in linear time. The algor...

    • 42 min
    • 766
    • Heidelberg Laureate Forum
  2. Robert Tarjan James S. McDonnell Distinguished University Professor of Computer Science. Website: http://www.cs.princeton.edu/~ret/ Email: ret@cs.Princeton.EDU Office ...

  3. Robert Endre Tarjan (Pomona, California; 30 de abril de 1948) es un científico de la computación estadounidense. Biografía [ editar ] Es el descubridor de numerosos importantes algoritmos de grafos , incluyendo el Algoritmo de Tarjan del mínimo número de ancestros ( Tarjan's off-line least common ancestors algorithm ), o los splay trees , junto con Daniel Sleator .

  4. Robert Endre Tarjan ( Pomona, 30 aprile 1948) è un informatico statunitense, che ha scoperto ed analizzato molti importanti algoritmi riguardanti i grafi; in particolare a lui si deve quello noto come l' algoritmo di Tarjan del più basso antenato comune offline . Nel 1969 ha conseguito il Bachelor's degree in matematica dal California ...

  5. 1 de mai. de 2024 · Robert Endre Tarjan (born April 30, 1948, Pomona, California, U.S.) is a computer scientist and co-winner of the 1986 A.M. Turing Award, the highest honour in computer science, for “fundamental achievements in the design and analysis of algorithms and data structures.”. Tarjan invented or co-invented some of the most efficient known ...

  6. www.informs.org › Award-Recipients › Robert-TarjanRobert Tarjan - INFORMS

    "Robert Tarjan is the world's leading expert in the design, analysis, and use of data structures. In his book Data Structures and Network Algorithms (Society for Industrial and Applied Mathematics, 1983), he conclusively demonstrates how the use of appropriate data structures can lead to substantial gains in the efficiency of algorithms.

  7. The value of depth-first search or "backtracking" as a technique for solving graph problems is illustrated by two examples. An algorithm for finding the biconnected components of an undirected graph and an improved version of an algorithm for finding the strongly connected components of a directed graph are presented. The space and time requirements of both algorithms are bounded by k1V + k2E ...