List of publications in computer science

Template:List of publications intro

Contents

Computability

On computable numbers, with an application to the Entscheidungsproblem

Description: This article set the limits of computer science. It defined the Turing Machine, a model for all computations. On the other hand it proved the undecidability of the halting problem and Entscheidungsproblem and by doing so found the limits of possible computation.

Importance: Topic creator, Breakthrough, Influence

On certain formal properties of grammars

Description: The Chomsky hierarchy, a containment hierarchy of classes of formal grammars that generate formal languages was introduced.

Importance: Topic creator, Breakthrough, Influence

Finite automata and their decision problem

Description: Mathematical treatment of automata, proof of core properties, and definition of non-deterministic finite automaton

Importance: Topic creator, Breakthrough, Influence, Introduction

Description: Mathematical treatment of finite-state transducers, definition and proof of core properties.

Computational complexity theory

On the computational complexity of algorithms

Description: This paper gave computational complexity its name and seed.

Importance: Topic creator, Breakthrough, Influence

The complexity of theorem proving procedures

  • S. A. Cook
  • Proceedings of the 3rd Annual ACM Symposium on Theory of Computing (1971), pp. 151--158.

Description: This paper introduced the concept of NP-Completeness and proved that Boolean satisfiability problem(SAT) is NP-Complete.

Importance: Topic creator, Breakthrough, Influence

Reducibility among combinatorial problems

  • R. M. Karp
  • In R. E. Miller and J. W. Thatcher, editors, Complexity of Computer Computations, pages 85-103. Plenum Press, New York, NY, 1972.

Description: This paper showed that 21 different problems are NP-Complete and showed the importance of the concept.

Importance: Influence

Computers and Intractability: A Guide to the Theory of NP-Completeness

Description: The main importance of this book is due to its extensive list of more than 300 NP-Complete problems. This list became a common reference and definition. It is important to note that though the book was published only few years after the concept was defined such an extensive list was found.

Importance: Introduction, Influence, Latest and greatest

Theory and Applications of Trapdoor functions

  • Andrew Chi-Chih Yao
  • Proc. 23rd Symposium on the Foundations of Computer Science (1982), pp. 80--91

Description: This paper introduced the concept of Trapdoor functions and described some of its application, like in cryptography.

Importance: Topic creator, Breakthrough

The Knowledge Complexity of Interactive Proof Systems

Description: This paper introduced the concept of zero knowledge.

Importance: Topic creator, Breakthrough

How to Construct Random Functions

Description: This paper showed that the existence of one way functions leads to computational randomness.

Importance: Topic creator, Breakthrough, Latest and greatest, Influence

IP = PSPACE

  • Adi Shamir
  • Journal of the ACM, 39(4):869-877, 1992.

Description: IP is a complexity class whose characterization is quite different from the usual time/space bounded computational classes. In this paper Shamir showed the IP = PSPACE, hence each problem in one complexity class is solvable in the other.

Importance: Breakthrough

Computational Complexity

Description: This book provides a very good introduction to Computational Complexity

Importance: Introduction

Algorithms

A machine program for theorem proving

Description: The DLL algorithm. The basic algorithm for SAT and other NP-Complete problems.

Importance: Breakthrough, Influence

A Machine-Oriented Logic Based on the Resolution Principle

Description: First description of resolution and unification used in theorem proving; used in Prolog & logic programming.

Importance: Topic Creator, Breakthrough, Influence

Optimization by simulated annealing

Description: A very common heuristic for NP-Complete problems.

Importance: Influence

The Art of Computer Programming

Description: This set of textbooks used to be very popular algorithms books. The algorithms were written in the MIX assembly language. Due to that, the algorithms were very precise but not very readable...

Importance: Influence

Introduction to Algorithms

Description: As its name indicates this textbook is a very good introduction to algorithms. This book became so popular that it is almost the de facto standard for basic algorithms teaching.

Importance: Introduction, Influence

Algorithmic information theory

A formal theory of inductive inference

  • Ray Solomonoff
  • Inform. and Control, vol. 7, pp. 1--22, March 1964; pp. 224--254, June 1964.

Description: This was the beginning of Algorithmic information theory and Kolmogorov complexity. Note that though Kolmogorov complexity is named after Andrey Kolmogorov, he said that the seeds of that idea are due to Ray Solomonoff. Andrey Kolmogorov contributed a lot to this area but in later articles.

Importance: Topic creator, Breakthrough, Influence

Algorithmic information theory

  • Gregory Chaitin
  • IBM Journal of Research and Development 21 (1977), pp. 350-359, 496.
  • Online version (http://www.cs.auckland.ac.nz/CDMTCS/chaitin/ibm.pdf)

Description: A good introduction to Algorithmic information theory by one of the important people in the area.

Importance: Introduction

Information theory

A mathematical theory of communication

  • C.E. Shannon
  • Bell System Technical Journal, 27:379--423,623--656, 1948
  • Online copy (HTML) (http://cm.bell-labs.com/cm/ms/what/shannonday/paper.html)

Description: This paper created communication theory and information theory.

Importance: Topic creator, Breakthrough, Introduction, Influence

Error detecting and error correcting codes

  • Richard Hamming
  • Bell Systems Technical Journal, vol. 29, pp. 147--160, 1950
  • Online copy (http://www.engelschall.com/~sb/hamming/?page=1)

Description: In this paper, Hamming introduced the idea of error-correcting code. He created the Hamming code and the Hamming distance and developed methods for code optimality proofs.

Importance: Topic creator, Breakthrough, Introduction, Influence

A Method for the Construction of Minimum Redundancy Codes

  • David A. Huffman
  • Proceedings of the Institute of Radio Engineers, September 1952, Volume 40, Number 9, pp. 1098-1101.

Description: The Huffman coding.

Importance: Influence, Breakthrough

A Universal Algorithm for Sequential Data Compression

Description: The LZ77 compression algorithm.

Importance: Influence, Breakthrough

Elements of Information Theory

Description: A good and popular introduction to information theory.

Importance: Influence, Introduction

Operating system

An experimental timesharing system.

Description: This paper discuss timesharing as a method of sharing computer resource. This idea changed the interaction with computer systems.

Importance: Influence

The UNIX Time-Sharing System

Description: The Unix operating system and its principles were described in this paper. The main importance is not of the paper but of the operating system, which had tremendous effect on operating system and computer technology.

Importance: Influence, Breakthrough

Scheduling Techniques for Concurrent Systems

  • J. K. Ousterhout
  • Proceedings of Third International Conference on Distributed Computing Systems, 1982, 22—30.

Description: Algorithms for coscheduling of related processes were given

Importance: Influence

Databases

A relational model for large shared data bank

  • E. F. Codd
  • Communications of the ACM, 13(6):377-- 387, June 1970

Description: This paper introduced the relational model for databases. This model became the number one model.

Importance: Topic creator, Breakthrough, Influence

The Entity Relationship Model - Towards a Unified View of Data

  • P.P-S. Chen
  • ACM Transactions on Database Systems, Vol. 1, No. 1, March 1976, pp. 9-36

Description: This paper introduced the Entity-relationship diagram(ERD) method of database design.

Importance: Breakthrough, Influence

Mining association rules between sets of items in large databases

Description: Association rules, a very common method for data mining.

Importance: Topic creator, Introduction, Influence is

Cryptography

Communication Theory of Secrecy Systems

  • C.E. Shannon
  • " Communication Theory of Secrecy Systems", Bell System Technical Journal, vol.28-4, page 656--715, 1949.
  • Online copy (PDF) (http://www.cs.ucla.edu/~jkong/research/security/shannon1949.pdf)

Description: Information theory based analysis of cryptography.

Importance: Breakthrough, Introduction, Influence

New directions in cryptography

Description: This paper suggested public key cryptography and presented Diffie-Hellman key exchange.

Importance: Topic creator, Breakthrough, Introduction, Influence, Latest and greatest (A great paper from every perspective...)

A Method for Obtaining Digital Signatures and Public Key Cryptosystems

Description: The RSA encryption method. The first public key encryption method.

Importance: Breakthrough, Influence

How to Share a Secret

Description: A safe method for sharing a secret.

Importance: Topic creator, Breakthrough

Proxy Blind Signature Scheme

Description: This is first scheme to introduce concept of branch banking.

Importance: Topic creator

Artificial intelligence

Computing machinery and intelligence

Description: This paper discusses whether machine can think and suggested the Turing test as a method for checking it. In a sense, this was the beginning of artificial intelligence

Importance: Topic creator, Breakthrough, Influence

Probabalistic networks (?)

Description: This book introduced Bayesian methods to AI.

Importance: Topic creator, Influence

A Proposal for the Dartmouth Summer Research Project on Artificial Intelligence

Description: This summer research proposal marks the areas of research in artificial intelligence since then. It was a very long summer.

Importance: Influence

Machine learning

Language identification in the limit

  • E. M. Gold
  • Information and Control, 10:447--474, 1967

Description: This paper created Algorithmic learning theory.

Importance: Topic creator, Breakthrough, Influence

On the uniform convergence of relative frequencies of events to their probabilities

Description: Computational learning theory, VC theory, statistical uniform convergence and the VC dimension.

Importance: Breakthrough, Influence

A theory of the learnable

Description: The Probably approximately correct learning (PAC learning) framework.

Importance: Topic creator, Breakthrough, Influence

Learnability and the Vapnik-Chervonenkis dimension

Description: The complete characterization of PAC learnability using the VC dimension.

Importance: Breakthrough, Influence

Cryptographic limitations on learning boolean formulae and finite automata

Description: Proving negative results for PAC learning.

Importance: Influence

The strength of weak learnability

Description: Proving that weak and strong learnability are equivalent in the noise free PAC framework.

Importance: Breakthrough, Influence

Learning in the presence of malicious errors

Description: Proving possibility and imposibility result in the malicious errors framework.

Importance: Breakthrough, Influence

Computer vision

The Phase Correlation Image Alignment Method

  • C.D. Kuglin and D.C. Hines
  • IEEE 1975 Conference on Cybernetics and Society, 1975, New York, p. 163--165, September

Description: A correlation method based upon the inverse Fourier transform

Importance: Influence

An Iterative Image Registration Technique with an Application to Stereo Vision

  • Lucas, B.D. and Kanade, T.
  • Proceedings of the 7th International Joint Conference on Artificial Intelligence, 674--679,Vancouver, Canada,1981
  • Online version (http://citeseer.ist.psu.edu/lucas81iterative.html)

Description: This paper provides efficient technique for image registration

Importance: Influence

The Laplacian Pyramid as a compact image code

Description: A technique for image encoding using local operators of many scales

Importance: Influence

Condensation -- conditional density propagation for visual tracking

  • M. Isard and A. Blake
  • International Journal of Computer Vision 29(1), pp. 5--28, 1998.
  • Online version (http://citeseer.ist.psu.edu/isard98condensation.html)

Description: A technique for visual tracking

Importance: Influence

Template:Wikicities

Compilers

YACC: Yet another compiler-compiler

Description: Yacc is a tool that made compiler writing much easier.

Importance: Influence

Compilers: Principles, Techniques and Tools

Description: This book became a classic in compiler writing. It is also known as the Dragon book, after the (red) dragon that appears on its cover.

Importance: Introduction, Influence

Formal verification

Assigning meanings to programs

  • Robert W. Floyd
  • Mathematical Aspects of Computer Science, pages 19-32, 1967

Description: Introduced the idea of attaching logical assertions to points in a program in order to prove its correctness and influenced C. A. R. Hoare's seminal work on program verification.

Importance: Topic creator, Breakthrough, Influence, Introduction

An axiomatic basis for computer programming

Description: Axiomatic foundation for program correctness proofs was laid. The importance of the use of formal methods is explained.

Importance: Topic creator, Breakthrough, Influence, Introduction

The temporal logic of programs

  • Amir Pnueli
  • In Proc. 18th IEEE Symposium on Foundation of Computer Science, pages 46--57, 1977.

Description: The use of temporal logic was suggested as a method for formal verification. Importance: Topic creator, Influence

Abstract interpretation: a unified lattice model for static analysis of programs by construction or approximation of fixpoints

  • Patrick and Radhia Cousot
  • In Proc. 4th ACM Symposium on Principles of Programming Languages, 238--252, 1977

Description: Introducing abstract interpretation for the verification of computer programs by sound approximations.

Importance: Topic creator, Influence.

Model Checking

Description: An overview of Model checking, an automatic formal verification technique Importance: Introduction

Software engineering

Go To Statement Considered Harmful

Description: Don't use goto - the beginning of structured programming.

Importance: Topic creator, Influence

On the criteria to be used in decomposing systems into modules

Description: The importance of modularization and information hiding.

Importance: Influence

The Mythical Man-Month: Essays on Software Engineering

Description: Throwing more people at the task will not speed its completion...

Importance: Influence

No Silver Bullet: Essence and Accidents of Software Engineering

Description: We will keep having problems with software...

Importance: Influence

The Cathedral and the Bazaar

Description: Open source methodology.

Importance: Influence

Design Patterns: Elements of Reusable Object Oriented Software

Description: This book was the first to define and list design patterns in computer science

Importance: Topic creator, Influence

Parallel computing

The Structure of "THE"-Multiprogramming System

Description: The introduction of basic primitives like mutex as the basis of multiprocessing programming.

Importance: Breakthrough, Influence

How to Make a Multiprocessor Computer That Correctly Executes Multiprocess Programs

  • Leslie Lamport
  • IEEE Transactions on Computers, volume C-28, number 9, p. 690-691, September, 1979.

Description: Requirements that guarantee the correct execution of multi process programs were defined.

Importance: Breakthrough, Influence

LogP: Towards a realistic model of parallel computation

  • D. Culler, R. Karp, D. Patterson, A. Sahay, K. E. Schauser, E. Santos, R. Subramonian, and T. von Eicken
  • In Proceedings 4th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming, May 1993.
  • Online version (http://citeseer.nj.nec.com/culler93logp.html)

Description: The LogP framework for parallel computing was suggested. The LogP provided a way to bridge the gap between theoretical analysis of algorithm and building real world systems.

Importance: Influence

Computer networks

Ethernet: Distributed packet switching for local computer networks

Description: The Ethernet protocol.

Importance: Influence, Latest and greatest

Distributed computing

The Byzantine Generals Problem

Description: Impossibility result for distributed computing, see Byzantine failure.

Importance: Influence, Breakthrough

See also

External links

Academic Search Engines

Navigation

  • Art and Cultures
    • Art (https://academickids.com/encyclopedia/index.php/Art)
    • Architecture (https://academickids.com/encyclopedia/index.php/Architecture)
    • Cultures (https://www.academickids.com/encyclopedia/index.php/Cultures)
    • Music (https://www.academickids.com/encyclopedia/index.php/Music)
    • Musical Instruments (http://academickids.com/encyclopedia/index.php/List_of_musical_instruments)
  • Biographies (http://www.academickids.com/encyclopedia/index.php/Biographies)
  • Clipart (http://www.academickids.com/encyclopedia/index.php/Clipart)
  • Geography (http://www.academickids.com/encyclopedia/index.php/Geography)
    • Countries of the World (http://www.academickids.com/encyclopedia/index.php/Countries)
    • Maps (http://www.academickids.com/encyclopedia/index.php/Maps)
    • Flags (http://www.academickids.com/encyclopedia/index.php/Flags)
    • Continents (http://www.academickids.com/encyclopedia/index.php/Continents)
  • History (http://www.academickids.com/encyclopedia/index.php/History)
    • Ancient Civilizations (http://www.academickids.com/encyclopedia/index.php/Ancient_Civilizations)
    • Industrial Revolution (http://www.academickids.com/encyclopedia/index.php/Industrial_Revolution)
    • Middle Ages (http://www.academickids.com/encyclopedia/index.php/Middle_Ages)
    • Prehistory (http://www.academickids.com/encyclopedia/index.php/Prehistory)
    • Renaissance (http://www.academickids.com/encyclopedia/index.php/Renaissance)
    • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
    • United States (http://www.academickids.com/encyclopedia/index.php/United_States)
    • Wars (http://www.academickids.com/encyclopedia/index.php/Wars)
    • World History (http://www.academickids.com/encyclopedia/index.php/History_of_the_world)
  • Human Body (http://www.academickids.com/encyclopedia/index.php/Human_Body)
  • Mathematics (http://www.academickids.com/encyclopedia/index.php/Mathematics)
  • Reference (http://www.academickids.com/encyclopedia/index.php/Reference)
  • Science (http://www.academickids.com/encyclopedia/index.php/Science)
    • Animals (http://www.academickids.com/encyclopedia/index.php/Animals)
    • Aviation (http://www.academickids.com/encyclopedia/index.php/Aviation)
    • Dinosaurs (http://www.academickids.com/encyclopedia/index.php/Dinosaurs)
    • Earth (http://www.academickids.com/encyclopedia/index.php/Earth)
    • Inventions (http://www.academickids.com/encyclopedia/index.php/Inventions)
    • Physical Science (http://www.academickids.com/encyclopedia/index.php/Physical_Science)
    • Plants (http://www.academickids.com/encyclopedia/index.php/Plants)
    • Scientists (http://www.academickids.com/encyclopedia/index.php/Scientists)
  • Social Studies (http://www.academickids.com/encyclopedia/index.php/Social_Studies)
    • Anthropology (http://www.academickids.com/encyclopedia/index.php/Anthropology)
    • Economics (http://www.academickids.com/encyclopedia/index.php/Economics)
    • Government (http://www.academickids.com/encyclopedia/index.php/Government)
    • Religion (http://www.academickids.com/encyclopedia/index.php/Religion)
    • Holidays (http://www.academickids.com/encyclopedia/index.php/Holidays)
  • Space and Astronomy
    • Solar System (http://www.academickids.com/encyclopedia/index.php/Solar_System)
    • Planets (http://www.academickids.com/encyclopedia/index.php/Planets)
  • Sports (http://www.academickids.com/encyclopedia/index.php/Sports)
  • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
  • Weather (http://www.academickids.com/encyclopedia/index.php/Weather)
  • US States (http://www.academickids.com/encyclopedia/index.php/US_States)

Information

  • Home Page (http://academickids.com/encyclopedia/index.php)
  • Contact Us (http://www.academickids.com/encyclopedia/index.php/Contactus)

  • Clip Art (http://classroomclipart.com)
Toolbox
Personal tools