On the Complexity of Database Queries 1 Introduction

Total Page:16

File Type:pdf, Size:1020Kb

On the Complexity of Database Queries 1 Introduction On the Complexity of Database Queries Extended Abstract Christos H Papadimitriou Division of Computer Science U C BerkeleyBerkeley CA Mihalis Yannakakis Bell Lab oratories LucentTechnologies MurrayHillNJ Abstract We revisit the issue of the complexity of database queries in the light of the recent parametric renement of complexity theoryWe show that if the number of variables in the query or the query size is considered as a parameter the familiar query languages conjunctive p ositive rst order Datalog are classied at appropriate levels of the socalled W hierarchyofDowney and Fellows These results strongly suggest that the query size is inherently in the exp onent of the data complexityofany query evaluation algorithm with the implication b ecoming stronger as the expressibility of the query language increases On the p ositive side we show that this exp onential dep endence can b e avoided for the extension of acyclic queries with but not inequalities Intro duction The complexity of query languages has b een next to expressibility one of the main preo ccupations of database theory ever since the pap er by Chandra and Merlin twentyyears ago see for extensiveoverviews of the sub ject It has b een noted rather early that when considering the complexityofevaluating a query on an instance one has to distinguish b etween two kinds of complexity Data complexity is the complexityofevaluating a query on a database instance when the query is xed and we express the complexityas a function of the size of the database The other called combinedcomplexity considers b oth the query and the databse instance as input variables the combined complexityofa query language is typically one exp onential higher than data complexity Of the two data complexity is widely regarded as more meaningful and relevant to database research since A third kind expression complexity assumes that the database instance is xed and is rarely dierenti ated from the combined complexity the query is typically of a size that can b e pro ductively assumed to b e xed and is in any eventmuch smaller than a typical database For a broad range of imp ortant query languages relational laguages like conjunctive queries rstorder Datalog xp ointlogicaswell as constraint languages ie extensions with constraints such as arithmetic comparisons linear and p olynomial inequalities etc data complexity predicts that the query evaluation problem is p erfectly tractable the com plexity classes spanned by these query languages range from AC to Pwell within what is considered satisfactory in complexitytheory These tractability results are often quoted in the literature to suggest that the corresp onding computational problems are tractable well understo o d solved under control This implication is based on the thesis broadly accepted in the theory of algorithms that as a rule p olynomial algorithms that arise in practice are usually fast practical with tolerable constant co ecient and reasonable exp onents Is this conclusion justied in the context of database query pro cessing It seems to us that neither of the two notions of complexity is completely satisfactory On the one hand combined complexity is rather restrictive b ecause it treats queries and databases as part of the input the same wayeven though the size q of queries is typically orders of magnitude smaller than the size n of the database Indeed it is for this reason that the study of the complexity of query languages has mostly concentrated on data complexity However on the other hand p olynomial time in the context of data complexity means time q n and in fact the known algorithms that place the ab ovementioned languages in P have precisely such a running time Even though qn it is not reasonable to consider q q xed b ecause even for small values of q a running time of n hardly qualies as tractable esp ecially in view of the fact that n is typically huge What should the notion of complexity b e then What wewould liketohave is a running time in which n is not raised to a c power that dep ends on q ie the dep endence on n is of the form n where c is a constant indep endent of the query and hop efully very small Let us draw an analogy with the computeraided verication area The basic problem there is the mo del checking problem do es a given program P the mo del satisfy a de sired prop erty expressed in some sp ecication language suchasLTL prop ositional linear temp oral logic There have b een signicantadvances in recentyears in the development of algorithms and to ols in this area esp ecially for nitestate programs whichcover an im p ortant set of critical applications The mo del checking problem for nite state programs P and LTL sp ecications is PSPACEcomplete However usually sp ecications are rather small like queries and programs are quite large like databases Fortunately it turns out that the mo del checking problem for LTL sp ecication and program P can b e solved in time exp onential in jj and linear in jP j Can we hop e for such algorithms in the query evaluation of the imp ortant query languages such as the ones mentioned ab ove What are natural classes of queries that p ossess this typ e of algorithms Parametric complexityprovides the framework to examine these problems Wenowknow that there is a class of reasonably natural problems that do not fall into this mold parametric problems such as do es graph G have a clique of size k This problem likemany others like k it is currently solvable only by algorithms of complexity n Query evaluation problems lie ominously within the scop e of this category with query length b eing the obvious analog of k in the parametric clique problem ab ove Researchers in complexityhave recently develop ed a theory of limited nondeterminism and xedparameter tractability which seeks to make imp ortant distinctions along the lines suggested ab ove b etween problems b elowNP In particular parametric problems with input sayG k which are solvable in p olyno mial time when k is xed can b e sub divided into two broad categories Those for whichthe f k p olynomial is of the form n ie has k in the exp onent and those for whichitis c of the form g k n for some constant c It is of great interest to distinguish b etween these two categories and to develop rigorous to ols that classify problems with resp ect to them Downey and Fellows haveintro duced a sequence of complexity classes of parametric prob ell this imp ortant issue lems collectively called the W hierarchywhich capture reasonably w The classes of the W hierarchy are indexed bythenumb ers plustwo limiting classes WSAT and WP These classes are quite rich in complete problems the higher the W class the less likely that the problem has a p olynomial algorithm with time b ound of the c form g k n The main p oint of this pap er is that parametric complexity theory is a productive frame work for studying the complexity of query languages In particular our goal is to put the wellknown tractability results of the query languages mentioned ab ove under a dierent p ersp ective which renders them p erhaps less confusing and misleading In particular we prove that the parametric versions of the query evaluation problem for conjunctive queries p ositive queries rstorder queries and Datalog queries are hard for higher and higher levels of the W hierarchy Therefore it is likely that any algorithm for the corresp onding query languages must have the parameter inherently in the exp onent furthermore this likeliho o d increases measurably with the expressibility of the language We analyse the complexityfortwotyp es of parameters the query size q and the number of variables v that app ear in the query The latter parameter is motivated by recentwork of Vardi who studied the complexity of queries assuming that the number of variables v is xed while the size of the query can grow along with the database He found that this assumption brings the combined complexity closer to data complexity namely p olynomial time for the ab ove languages although the p olynomial nowhas v in the exp onentofn instead of q Our analysis for the two parameters yields generally similar results with some subtle dierences In the next section wegive the necessary denitions from the evolving eld of parametric complexity In Section wegive the necessary denitions for applying this theory to query problems In Section weprove our classication results FinallyinSectionweshow a parametric tractability result which generalizes the main tractabilityresultknown so far in database theory namely that acyclic queries can b e evaluated eciently even with resp ect to combined complexity Weshow that acyclic conjunctive queries extended with inequalities conjuncts of the form x y are parametrically tractable in that they can b e evaluated in time almost linear in the size of the database and the output and exp onential in the size of the query or the number of variables this exp onential dep endence on the parameter is unavoidable as the inequalities turn the combined complexity of the problem from p olynomial to NPcomplete Trying to extend this further to constraints leads however to parametric hardness Parametric Complexity Theory Weintro duce next the main concepts from the complexity theory of parametric problems Our denitions generally follow A parametric problem is a set L of pairs x k where x is a string and k an integer parameter A parametric problem is called xedparameter fp tractable if there is an algorithm A that determines whether x k L in time b ounded bya
Recommended publications
  • How Easy Is Local Search?
    JOURNAL OF COMPUTER AND SYSTEM SCIENCES 37, 79-100 (1988) How Easy Is Local Search? DAVID S. JOHNSON AT & T Bell Laboratories, Murray Hill, New Jersey 07974 CHRISTOS H. PAPADIMITRIOU Stanford University, Stanford, California and National Technical University of Athens, Athens, Greece AND MIHALIS YANNAKAKIS AT & T Bell Maboratories, Murray Hill, New Jersey 07974 Received December 5, 1986; revised June 5, 1987 We investigate the complexity of finding locally optimal solutions to NP-hard com- binatorial optimization problems. Local optimality arises in the context of local search algorithms, which try to find improved solutions by considering perturbations of the current solution (“neighbors” of that solution). If no neighboring solution is better than the current solution, it is locally optimal. Finding locally optimal solutions is presumably easier than finding optimal solutions. Nevertheless, many popular local search algorithms are based on neighborhood structures for which locally optimal solutions are not known to be computable in polynomial time, either by using the local search algorithms themselves or by taking some indirect route. We define a natural class PLS consisting essentially of those local search problems for which local optimality can be verified in polynomial time, and show that there are complete problems for this class. In particular, finding a partition of a graph that is locally optimal with respect to the well-known Kernighan-Lin algorithm for graph partitioning is PLS-complete, and hence can be accomplished in polynomial time only if local optima can be found in polynomial time for all local search problems in PLS. 0 1988 Academic Press, Inc. 1.
    [Show full text]
  • Conformance Testing David Lee and Mihalis Yannakakis Bell
    Conformance Testing David Lee and Mihalis Yannakakis Bell Laboratories, Lucent Technologies 600 Mountain Avenue, RM 2C-423 Murray Hill, NJ 07974 - 2 - System reliability can not be overemphasized in software engineering as large and complex systems are being built to fulfill complicated tasks. Consequently, testing is an indispensable part of system design and implementation; yet it has proved to be a formidable task for complex systems. Testing software contains very wide fields with an extensive literature. See the articles in this volume. We discuss testing of software systems that can be modeled by finite state machines or their extensions to ensure that the implementation conforms to the design. A finite state machine contains a finite number of states and produces outputs on state transitions after receiving inputs. Finite state machines are widely used to model software systems such as communication protocols. In a testing problem we have a specification machine, which is a design of a system, and an implementation machine, which is a ‘‘black box’’ for which we can only observe its I/O behavior. The task is to test whether the implementation conforms to the specification. This is called the conformance testing or fault detection problem. A test sequence that solves this problem is called a checking sequence. Testing finite state machines has been studied for a very long time starting with Moore’s seminal 1956 paper on ‘‘gedanken-experiments’’ (31), which introduced the basic framework for testing problems. Among other fundamental problems, Moore posed the conformance testing problem, proposed an approach, and asked for a better solution.
    [Show full text]
  • Xi Chen: Curriculum Vitae
    Xi Chen Associate Professor Phone: 1-212-939-7136 Department of Computer Science Email: [email protected] Columbia University Homepage: http://www.cs.columbia.edu/∼xichen New York, NY 10027 Date of Preparation: March 12, 2016 Research Interests Theoretical Computer Science, including Algorithmic Game Theory and Economics, Complexity Theory, Graph Isomorphism Testing, and Property Testing. Academic Training B.S. Physics / Mathematics, Tsinghua University, Sep 1999 { Jul 2003 Ph.D. Computer Science, Tsinghua University, Sep 2003 { Jul 2007 Advisor: Professor Bo Zhang, Tsinghua University Thesis Title: The Complexity of Two-Player Nash Equilibria Academic Positions Associate Professor (with tenure), Columbia University, Mar 2016 { Now Associate Professor (without tenure), Columbia University, Jul 2015 { Mar 2016 Assistant Professor, Columbia University, Jan 2011 { Jun 2015 Postdoctoral Researcher, Columbia University, Aug 2010 { Dec 2010 Postdoctoral Researcher, University of Southern California, Aug 2009 { Aug 2010 Postdoctoral Researcher, Princeton University, Aug 2008 { Aug 2009 Postdoctoral Researcher, Institute for Advanced Study, Sep 2007 { Aug 2008 Honors and Awards SIAM Outstanding Paper Award, 2016 EATCS Presburger Award, 2015 Alfred P. Sloan Research Fellowship, 2012 NSF CAREER Award, 2012 Best Paper Award The 4th International Frontiers of Algorithmics Workshop, 2010 Best Paper Award The 20th International Symposium on Algorithms and Computation, 2009 Xi Chen 2 Silver Prize, New World Mathematics Award (Ph.D. Thesis) The 4th International Congress of Chinese Mathematicians, 2007 Best Paper Award The 47th Annual IEEE Symposium on Foundations of Computer Science, 2006 Grants Current, Natural Science Foundation, Title: On the Complexity of Optimal Pricing and Mechanism Design, Period: Aug 2014 { Jul 2017, Amount: $449,985.
    [Show full text]
  • Lipics-ICALP-2019-0.Pdf (0.4
    46th International Colloquium on Automata, Languages, and Programming ICALP 2019, July 9–12, 2019, Patras, Greece Edited by Christel Baier Ioannis Chatzigiannakis Paola Flocchini Stefano Leonardi E A T C S L I P I c s – Vo l . 132 – ICALP 2019 w w w . d a g s t u h l . d e / l i p i c s Editors Christel Baier TU Dresden, Germany [email protected] Ioannis Chatzigiannakis Sapienza University of Rome, Italy [email protected] Paola Flocchini University of Ottawa, Canada paola.fl[email protected] Stefano Leonardi Sapienza University of Rome, Italy [email protected] ACM Classification 2012 Theory of computation ISBN 978-3-95977-109-2 Published online and open access by Schloss Dagstuhl – Leibniz-Zentrum für Informatik GmbH, Dagstuhl Publishing, Saarbrücken/Wadern, Germany. Online available at https://www.dagstuhl.de/dagpub/978-3-95977-109-2. Publication date July, 2019 Bibliographic information published by the Deutsche Nationalbibliothek The Deutsche Nationalbibliothek lists this publication in the Deutsche Nationalbibliografie; detailed bibliographic data are available in the Internet at https://portal.dnb.de. License This work is licensed under a Creative Commons Attribution 3.0 Unported license (CC-BY 3.0): https://creativecommons.org/licenses/by/3.0/legalcode. In brief, this license authorizes each and everybody to share (to copy, distribute and transmit) the work under the following conditions, without impairing or restricting the authors’ moral rights: Attribution: The work must be attributed to its authors. The copyright is retained by the corresponding authors. Digital Object Identifier: 10.4230/LIPIcs.ICALP.2019.0 ISBN 978-3-95977-109-2 ISSN 1868-8969 https://www.dagstuhl.de/lipics 0:iii LIPIcs – Leibniz International Proceedings in Informatics LIPIcs is a series of high-quality conference proceedings across all fields in informatics.
    [Show full text]
  • [Cs.DB] 22 Dec 2020 Structure and Complexity of Bag Consistency
    Structure and Complexity of Bag Consistency Albert Atserias∗ Phokion G. Kolaitis† December 23, 2020 Abstract Since the early days of relational databases, it was realized that acyclic hypergraphs give rise to database schemas with desirable structural and algorithmic properties. In a by-now classical paper, Beeri, Fagin, Maier, and Yannakakis established several different equivalent characterizations of acyclicity; in particular, they showed that the sets of attributes of a schema form an acyclic hypergraph if and only if the local-to- global consistency property for relations over that schema holds, which means that every collection of pairwise consistent relations over the schema is globally consistent. Even though real-life databases consist of bags (multisets), there has not been a study of the interplay between local consistency and global consistency for bags. We embark on such a study here and we first show that the sets of attributes of a schema form an acyclic hypergraph if and only if the local-to-global consistency property for bags over that schema holds. After this, we explore algorithmic aspects of global consistency for bags by analyzing the computational complexity of the global consistency problem for bags: given a collection of bags, are these bags globally consistent? We show that this problem is in NP, even when the schema is part of the input. We then establish the following dichotomy theorem for fixed schemas: if the schema is acyclic, then the global consistency problem for bags is solvable in polynomial time, while if the schema is cyclic, then the global consistency problem for bags is NP-complete.
    [Show full text]
  • 17Th Knuth Prize: Call for Nominations
    17th Knuth Prize: Call for Nominations The Donald E. Knuth Prize for outstanding contributions to the foundations of computer science is awarded for major research accomplishments and contri- butions to the foundations of computer science over an extended period of time. The Prize is awarded annually by the ACM Special Interest Group on Algo- rithms and Computing Theory (SIGACT) and the IEEE Technical Committee on the Mathematical Foundations of Computing (TCMF). Nomination Procedure Anyone in the Theoretical Computer Science com- munity may nominate a candidate. To do so, please send nominations to : [email protected] with a subject line of Knuth Prize nomi- nation by February 15, 2017. The nomination should state the nominee's name, summarize his or her contributions in one or two pages, provide a CV for the nominee or a pointer to the nominees webpage, and give telephone, postal, and email contact information for the nominator. Any supporting letters from other members of the community (up to a limit of 5) should be included in the package that the nominator sends to the Committee chair. Supporting letters should contain substantial information not in the nomination. Others may en- dorse the nomination simply by adding their names to the nomination letter. If you have nominated a candidate in past years, you can re-nominate the candi- date by sending a message to that effect to the above address. (You may revise the nominating materials if you desire). Criteria for Selection The winner will be selected by a Prize Committee consisting of six people appointed by the SIGACT and TCMF Chairs.
    [Show full text]
  • Equilibria, Fixed Points, and Complexity Classes
    Symposium on Theoretical Aspects of Computer Science 2008 (Bordeaux), pp. 19-38 www.stacs-conf.org EQUILIBRIA, FIXED POINTS, AND COMPLEXITY CLASSES MIHALIS YANNAKAKIS Department of Computer Science, Columbia University, New York City, NY, USA E-mail address: [email protected] Abstract. Many models from a variety of areas involve the computation of an equilibrium or fixed point of some kind. Examples include Nash equilibria in games; market equilibria; computing optimal strategies and the values of competitive games (stochastic and other games); stable configurations of neural networks; analysing basic stochastic models for evolution like branching processes and for language like stochastic context-free grammars; and models that incorporate the basic primitives of probability and recursion like recursive Markov chains. It is not known whether these problems can be solved in polynomial time. There are certain common computational principles underlying different types of equilibria, which are captured by the complexity classes PLS, PPAD, and FIXP. Representative complete problems for these classes are respectively, pure Nash equilibria in games where they are guaranteed to exist, (mixed) Nash equilibria in 2-player normal form games, and (mixed) Nash equilibria in normal form games with 3 (or more) players. This paper reviews the underlying computational principles and the corresponding classes. 1. Introduction Many situations involve the computation of an equilibrium or a stable configuration of some sort in a dynamic environment. Sometimes it is the result of individual agents acting on their own noncompetitively but selfishly (e.g., Nash and other economic equilibria), sometimes it is agents acting competitively against each other (and perhaps nature/chance), sometimes the equilibrium is the limit of an iterative process that evolves in some direction until it settles.
    [Show full text]
  • Some Estimated Likelihoods for Computational Complexity
    Some Estimated Likelihoods For Computational Complexity R. Ryan Williams MIT CSAIL & EECS, Cambridge MA 02139, USA Abstract. The editors of this LNCS volume asked me to speculate on open problems: out of the prominent conjectures in computational com- plexity, which of them might be true, and why? I hope the reader is entertained. 1 Introduction Computational complexity is considered to be a notoriously difficult subject. To its practitioners, there is a clear sense of annoying difficulty in complexity. Complexity theorists generally have many intuitions about what is \obviously" true. Everywhere we look, for every new complexity class that turns up, there's another conjectured lower bound separation, another evidently intractable prob- lem, another apparent hardness with which we must learn to cope. We are sur- rounded by spectacular consequences of all these obviously true things, a sharp coherent world-view with a wonderfully broad theory of hardness and cryptogra- phy available to us, but | gosh, it's so annoying! | we don't have a clue about how we might prove any of these obviously true things. But we try anyway. Much of the present cluelessness can be blamed on well-known \barriers" in complexity theory, such as relativization [BGS75], natural properties [RR97], and algebrization [AW09]. Informally, these are collections of theorems which demonstrate strongly how the popular and intuitive ways that many theorems were proved in the past are fundamentally too weak to prove the lower bounds of the future. { Relativization and algebrization show that proof methods in complexity theory which are \invariant" under certain high-level modifications to the computational model (access to arbitrary oracles, or low-degree extensions thereof) are not “fine-grained enough" to distinguish (even) pairs of classes that seem to be obviously different, such as NEXP and BPP.
    [Show full text]
  • Computational Complexity of the Hylland-Zeckhauser Scheme for One-Sided Matching Markets Vijay V
    Computational Complexity of the Hylland-Zeckhauser Scheme for One-Sided Matching Markets Vijay V. Vazirani Department of Computer Science, University of California, Irvine, CA, USA [email protected] Mihalis Yannakakis Department of Computer Science, Columbia University, New York, NY, USA [email protected] Abstract In 1979, Hylland and Zeckhauser [23] gave a simple and general scheme for implementing a one-sided matching market using the power of a pricing mechanism. Their method has nice properties – it is incentive compatible in the large and produces an allocation that is Pareto optimal – and hence it provides an attractive, off-the-shelf method for running an application involving such a market. With matching markets becoming ever more prevalent and impactful, it is imperative to finally settle the computational complexity of this scheme. We present the following partial resolution: 1. A combinatorial, strongly polynomial time algorithm for the dichotomous case, i.e., 0/1 utilities, and more generally, when each agent’s utilities come from a bi-valued set. 2. An example that has only irrational equilibria, hence proving that this problem is not in PPAD. 3. A proof of membership of the problem in the class FIXP. 4. A proof of membership of the problem of computing an approximate HZ equilibrium in the class PPAD. We leave open the (difficult) questions of determining if computing an exact HZ equilibrium is FIXP-hard and an approximate HZ equilibrium is PPAD-hard. 2012 ACM Subject Classification Theory of computation → Algorithmic game theory Keywords and phrases Hyland-Zeckhauser scheme, one-sided matching markets, mechanism design, dichotomous utilities, PPAD, FIXP Digital Object Identifier 10.4230/LIPIcs.ITCS.2021.59 Related Version Full version: https://arxiv.org/pdf/2004.01348 Funding Vijay V.
    [Show full text]
  • Nearly Optimal Separations Between Communication (Or Query)
    Nearly optimal separations between communication (or query) complexity and partitions Robin Kothari∗ Abstract We show a nearly quadratic separation between deterministic communication complexity and the logarithm of the partition number, which is essentially optimal. This improves upon a recent power 1.5 separation of G¨o¨os, Pitassi, and Watson (FOCS 2015). In query complexity, we establish a nearly quadratic separation between deterministic (and even randomized) query complexity and subcube partition complexity, which is also essentially optimal. We also establish a nearly power 1.5 separation between quantum query complexity and subcube partition com- plexity, the first superlinear separation between the two measures. Lastly, we show a quadratic separation between quantum query complexity and one-sided subcube partition complexity. Our query complexity separations use the recent cheat sheet framework of Aaronson, Ben- David, and the author. Our query functions are built up in stages by alternating function composition with the cheat sheet construction. The communication complexity separation fol- lows from “lifting” the query separation to communication complexity. 1 Introduction Deterministic communication complexity. In the standard model of communication com- plexity, we wish to compute a function F : 0, 1 , where the inputs x and y are X×Y→{ } ∈X ∈Y given to two different players, while minimizing the communication between the players. We use Dcc(F ) to denote the deterministic communication complexity of F , the number of bits communi- cated in the worst case by the best deterministic protocol for the function F . The partition number of F , denoted χ(F ), is the least number of monochromatic rectangles in a partition or disjoint cover of (where a monochromatic rectangle is a set A B, with X ×Y × A and B , such that F takes the same value on all elements of A B).
    [Show full text]
  • NP-Hardness of Computing Circuit Complexity
    THEORY OF COMPUTING, Volume 13 (4), 2017, pp. 1–22 www.theoryofcomputing.org On the (Non) NP-Hardness of Computing Circuit Complexity Cody D. Murray∗ R. Ryan Williams† Received October 30, 2015; Revised February 15, 2017; Published June 30, 2017 Abstract: The Minimum Circuit Size Problem (MCSP) is: given the truth table of a Boolean function f and a size parameter k, is the circuit complexity of f at most k? This is the definitive problem of circuit synthesis, and it has been studied since the 1950s. Unlike many problems of its kind, MCSP is not known to be NP-hard, yet an efficient algorithm for this problem also seems very unlikely: for example, MCSP 2 P would imply there are no pseudorandom functions. Although most NP-complete problems are complete under strong “local” reduction notions such as polylogarithmic-time projections, we show that MCSP is provably not NP-hard under O(n1=2−e )-time projections, for every e > 0, and is not NP-hard under randomized O(n1=5−e )-time projections, for every e > 0. We prove that the NP-hardness of MCSP under (logtime-uniform) AC0 reductions would imply extremely strong lower bounds: NP 6⊂ P=poly and E 6⊂ i:o:-SIZE(2dn) for some d > 0 (hence P = BPP also follows). We A preliminary version of this paper appeared in the Proceedings of the 30th IEEE Conference on Computational Complexity, 2015 [21]. ∗Supported by NSF CCF-1212372. †Supported in part by a David Morgenthaler II Faculty Fellowship, a Sloan Fellowship, and NSF CCF-1212372.
    [Show full text]
  • Submission Data for 2020-2021 CORE Conference Ranking Process International Colloquium on Automata Languages and Programming
    Submission Data for 2020-2021 CORE conference Ranking process International Colloquium on Automata Languages and Programming Anca Muscholl, Artur Czumaj Conference Details Conference Title: International Colloquium on Automata Languages and Programming Acronym : ICALP Rank: A Requested Rank Rank: A* Recent Years Proceedings Publishing Style Proceedings Publishing: series Link to most recent proceedings: https://drops.dagstuhl.de/opus/portals/lipics/index.php?semnr=16154 Further details: ICALP proceedings have been published since 2015 in the high-quality open-access series LIPIcs (Leibniz International Proceedings in Informatics), in cooperation with Schloss Dagstuhl-Leibniz Center for Informatics. Until 2015 ICALP proceedings were published with LNCS. Most Recent Years Most Recent Year Year: 2019 URL: https://icalp2019.upatras.gr/ Location: Patras, Greece Papers submitted: 502 Papers published: 147 Acceptance rate: 29 Source for numbers: https://drops.dagstuhl.de/opus/volltexte/2019/10576/pdf/LIPIcs-ICALP-2019-0.pdf General Chairs Name: Christos Zaroliagis Affiliation: Univ. of Patras, Greece Gender: M H Index: 28 GScholar url: https://scholar.google.com/citations?hl=en&user=L3AQ8wkAAAAJ DBLP url: https://dblp.org/pid/z/CDZaroliagis.html Name: Sotiris Nicoletseas Affiliation: Univ. of Patras, Greece Gender: SELECT H Index: 40 GScholar url: https://scholar.google.com/citations?hl=en&user=hk2ylNwAAAAJ DBLP url: https://dblp.org/pid/n/SotirisENikoletseas.html Program Chairs 1 Name: Stefano Leonardi Affiliation: Sapienza University of Rome, Italy Gender: M H Index: 44 GScholar url: https://scholar.google.com/citations?hl=en&user=p5LCHHEAAAAJ DBLP url: https://dblp.org/pid/l/StefanoLeonardi.html Name: Christel Baier Affiliation: TU Dresden, Germany Gender: F H Index: 49 GScholar url: https://scholar.google.com/citations?user=p8sX7r0AAAAJ&hl=en&oi=ao DBLP url: https://dblp.org/pid/b/ChristelBaier.html Name: Paola Flocchini Affiliation: Univ.
    [Show full text]