Robert E. Tarjan
   HOME

TheInfoList



OR:

Robert Endre Tarjan (born April 30, 1948) is an American
computer scientist A computer scientist is a person who is trained in the academic study of computer science. Computer scientists typically work on the theoretical side of computation, as opposed to the hardware side on which computer engineers mainly focus (al ...
and mathematician. He is the discoverer of several graph algorithms, including Tarjan's off-line lowest common ancestors algorithm, and co-inventor of both splay trees and
Fibonacci heap In computer science, a Fibonacci heap is a data structure for priority queue operations, consisting of a collection of heap-ordered trees. It has a better amortized running time than many other priority queue data structures including the binar ...
s. Tarjan is currently the
James S. McDonnell James Smith "Mac" McDonnell (April 9, 1899 – August 22, 1980) was an American aviator, engineer, and businessman. He was an aviation pioneer and founder of McDonnell Aircraft Corporation, later McDonnell Douglas, and the James S. McDonnel ...
Distinguished University Professor of Computer Science at Princeton University, and the Chief Scientist at Intertrust Technologies Corporation.


Early life and education

He was born in
Pomona Pomona may refer to: Places Argentina * Pomona, Río Negro Australia * Pomona, Queensland, Australia, a town in the Shire of Noosa * Pomona, New South Wales, Australia Belize * Pomona, Belize, a municipality in Stann Creek District Mexico ...
, California. His father, raised in Hungary, was a child psychiatrist, specializing in mental retardation, and ran a state hospital. As a child, Tarjan read a lot of science fiction, and wanted to be an astronomer. He became interested in
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
after reading Martin Gardner's mathematical games column in Scientific American. He became seriously interested in math in the eighth grade, thanks to a "very stimulating" teacher. While he was in high school, Tarjan got a job, where he worked IBM punch card collators. He first worked with real computers while studying astronomy at the Summer Science Program in 1964. Tarjan obtained a Bachelor's degree in mathematics from the California Institute of Technology in 1969. At
Stanford University Stanford University, officially Leland Stanford Junior University, is a private research university in Stanford, California. The campus occupies , among the largest in the United States, and enrolls over 17,000 students. Stanford is consider ...
, he received his master's degree in computer science in 1971 and a Ph.D. in computer science (with a minor in mathematics) in 1972. At Stanford, he was supervised by Robert Floyd and Donald Knuth, both highly prominent computer scientists, and his Ph.D. dissertation was ''An Efficient Planarity Algorithm''. Tarjan selected computer science as his area of interest because he believed that computer science was a way of doing mathematics that could have a practical impact.


Computer science career

Tarjan has been teaching at Princeton University since 1985. He has also held academic positions at Cornell University (1972–73), University of California, Berkeley (1973–1975),
Stanford University Stanford University, officially Leland Stanford Junior University, is a private research university in Stanford, California. The campus occupies , among the largest in the United States, and enrolls over 17,000 students. Stanford is consider ...
(1974–1980), and New York University (1981–1985). He has also been a fellow of the NEC Research Institute (1989–1997). In April 2013 he joined Microsoft Research Silicon Valley in addition to the position at Princeton. In October 2014 he rejoined Intertrust Technologies as chief scientist. Tarjan has worked at AT&T Bell Labs (1980–1989), Intertrust Technologies (1997–2001, 2014–present), Compaq (2002) and Hewlett Packard (2006–2013).


Algorithms and data structures

Tarjan is known for his pioneering work on graph theory algorithms and data structures. Some of his well-known algorithms include
Tarjan's off-line least common ancestors algorithm In computer science, Tarjan's off-line lowest common ancestors algorithm is an algorithm for computing lowest common ancestors for pairs of nodes in a tree, based on the union-find data structure. The lowest common ancestor of two nodes ''d'' and ...
, and Tarjan's strongly connected components algorithm, and he was one of five co-authors of the median of medians linear-time selection algorithm. The Hopcroft–Tarjan planarity testing algorithm was the first linear-time algorithm for planarity testing. Tarjan has also developed important data structures such as the
Fibonacci heap In computer science, a Fibonacci heap is a data structure for priority queue operations, consisting of a collection of heap-ordered trees. It has a better amortized running time than many other priority queue data structures including the binar ...
(a heap data structure consisting of a forest of trees), and the splay tree (a self-adjusting binary search tree; co-invented by Tarjan and
Daniel Sleator Daniel Dominic Kaplan Sleator (born 10 December 1953) is a Professor of Computer Science at Carnegie Mellon University, Pittsburgh, United States. In 1999, he won the ACM Paris Kanellakis Award (jointly with Robert Tarjan) for the splay tree da ...
). Another significant contribution was the analysis of the disjoint-set data structure; he was the first to prove the optimal runtime involving the inverse
Ackermann function In computability theory, the Ackermann function, named after Wilhelm Ackermann, is one of the simplest and earliest-discovered examples of a total computable function that is not primitive recursive. All primitive recursive functions are total ...
.


Awards

Tarjan received the Turing Award jointly with John Hopcroft in 1986. The citation for the award states that it was: Tarjan was also elected an ACM Fellow in 1994. The citation for this award states: Some of the other awards for Tarjan include: * Nevanlinna Prize in Information Science (1983) – first recipient *Member of the American Academy of Arts and Sciences, elected 1985 * National Academy of Sciences Award for Initiatives in Research (1984) *Member of the
National Academy of Sciences The National Academy of Sciences (NAS) is a United States nonprofit, non-governmental organization. NAS is part of the National Academies of Sciences, Engineering, and Medicine, along with the National Academy of Engineering (NAE) and the Nati ...
, elected 1987 *Member of the National Academy of Engineering, elected 1988 *Member of the American Philosophical Society, elected 1990 * Paris Kanellakis Award in Theory and Practice,
ACM ACM or A.C.M. may refer to: Aviation * AGM-129 ACM, 1990–2012 USAF cruise missile * Air chief marshal * Air combat manoeuvring or dogfighting * Air cycle machine * Arica Airport (Colombia) (IATA: ACM), in Arica, Amazonas, Colombia Computing * ...
(1999) * Caltech Distinguished Alumni Award, California Institute of Technology (2010)


Patents

Tarjan holds at least 18 U.S. patents. These include: * J. Bentley, D. Sleator, and R. E. Tarjan, U. S. Patent 4,796,003, ''Data Compaction'', 1989 * N. Mishra, R. Schreiber, and R. E. Tarjan, U. S. Patent 7,818,272, ''Method for discovery of clusters of objects in an arbitrary undirected graph using a difference between a fraction of internal connections and maximum fraction of connections by an outside object'', 2010 * B. Pinkas, S. Haber, R. E. Tarjan, and T. Sander, U. S. Patent 8220036, ''Establishing a secure channel with a human user'', 2012


Research papers

According to Google Scholar he has published over 500 research papers which have been cited over 80,000 times. Some of his top papers include: * 1972: Depth-first search and linear graph algorithms, R Tarjan, SIAM Journal on Computing 1 (2), 146-160 *1987: Fibonacci heaps and their uses in improved network optimization algorithms, ML Fredman, RE Tarjan, Journal of the ACM (JACM) 34 (3), 596-615 *1983: Data structures and network algorithms, RE Tarjan, Society for industrial and Applied Mathematics *1988: A new approach to the maximum-flow problem, V Goldberg, RE Tarjan, Journal of the ACM (JACM) 35 (4), 921-940


Notes


References

* *
OCLC entries
for Robert E Tarjan *


External links

*
Robert Tarjan's home page at Princeton
* * * * * (interview by Roy Levin, July 12, 2017) * {{DEFAULTSORT:Tarjan, Robert 1948 births Living people Members of the United States National Academy of Sciences American computer scientists Theoretical computer scientists Turing Award laureates Nevanlinna Prize laureates Fellows of the Association for Computing Machinery Scientists at Bell Labs California Institute of Technology alumni Stanford University School of Engineering alumni Princeton University faculty People from Pomona, California 20th-century American Jews 21st-century American Jews Fellows of the Society for Industrial and Applied Mathematics Summer Science Program Members of the United States National Academy of Engineering Graph theorists Members of the American Philosophical Society