Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
skip to main content
10.1145/800133acmconferencesBook PagePublication PagesstocConference Proceedingsconference-collections
STOC '78: Proceedings of the tenth annual ACM symposium on Theory of computing
ACM1978 Proceeding
Publisher:
  • Association for Computing Machinery
  • New York
  • NY
  • United States
Conference:
San Diego California USA May 1 - 3, 1978
ISBN:
978-1-4503-7437-8
Published:
01 May 1978
Sponsors:

Reflects downloads up to 04 Oct 2024Bibliometrics
Article
Free
Combinatorial optimization with rational objective functions

Let A be the problem of minimizing c1x1+...+cnxn subject to certain constraints on x=(x1,...,xn), and let B be the problem of minimizing (a0+a1x1+...+anxn)/(b0+b1x1+...+bnxn) subject to the same constraints, assuming the denominator is always positive. ...

Article
Free
Maximization problems on graphs with edge weights chosen from a normal distribution (Extended Abstract)

we consider optimization problems on complete graphs with edge weights chosen from identical but independent normal distributions. We show some very general techniques for obtaining upper and lower bounds on the asymptotic behavior of these problems. ...

Article
Free
A representation for linear lists with movable fingers

This paper describes a data structure which is useful for representing linear lists when the pattern of accesses to a list exhibits a (perhaps time-varying) locality of reference. The structure has many of the properties of the representation proposed ...

Article
Free
The macro model for data compression (Extended Abstract)

A general model for data compression is presented which includes most data compression systems in the literature as special cases. All macro schemes are based on the principle of finding redundant strings or patterns and replacing them by pointers to a ...

Article
Free
The subgraph homeomorphism problem

We investigate the problem of finding a homeomorphic image of a “pattern” graph H in a larger input graph G. We view this problem as finding specified sets of edge disjoint or node disjoint paths in G. Our main result is a linear time algorithm to ...

Article
Free
On the nlog n isomorphism technique (A Preliminary Report)

Tarjan has given an algorithm for deciding isomorphism of two groups of order n (given as multiplication tables) which runs in O(n(log2n+O(1)) steps where n is the order of the groups. Tarjan uses the fact that a group of n is generated by log n ...

Article
Free
Exact and approximate membership testers

In this paper we consider the question of how much space is needed to represent a set. Given a finite universe U and some subset V (called the vocabulary), an exact membership tester is a procedure that for each element s in U determines if s is in V. ...

Article
Free
Tree transducers, L systems and two-way machines (Extended Abstract)

This extended abstract is a condensed version of the results presented in two technical reports ([16] and [13]). In [16] a systematic treatment of the relationships between parallel rewriting systems (top-down tree transducer, ETOL system) and two-way ...

Article
Free
Operational and semantic equivalence between recursive programs.

In this paper, we show that two widely different notions of program equivalence coincide for the language of recursive definitions with simplification rules. The first one is the now classical equivalence for fixed-point semantics. The other one is ...

Article
Free
A new solution to the critical section problem

A classical problem in concurrent program control is to provide a mechanism whereby several processes running concurrently can gain exclusive control of a resource. For each process, the section of its program in which it accesses the resource is called ...

Article
Free
A unified approach to models of synchronous parallel machines

A number of different models of synchronous, unbounded parallel computers have appeared in recent literature. Without exception, running time on these models has been shown to be polynomially related to the classical space complexity measure. The ...

Article
Free
Computability theory in admissible domains

Denotational semantics was introduced by Strachey as a means of defining semantics of programming languages. It's mathematical foundation was justified by Scott [14] in 1969 when he introduced continuous lattices to model data types and showed how to ...

Article
Free
On formulating simultaneity for studying parallelism and synchronization

When studying parallel computation and synchronization one is faced with the problem of modeling the simultaneous execution of processes. Although there has been a multitude of formal means for representing such problems [2, 6, 9, 10, 13, 14, 15], ...

Article
Free
Parallelism in random access machines

A model of computation based on random access machines operating in parallel and sharing a common memory is presented. The computational power of this model is related to that of traditional models. In particular, deterministic parallel RAM's can accept ...

Article
Free
Data type specification: Parameterization and the power of specification techniques

This paper extends our earlier work on abstract data types by providing an algebraic treatment of parametrized data types (e.g., sets-of-(), stacks-of-(), etc.), as well as answering a number of questions on the power and limitations of algebraic ...

Article
Free
An efficient algorithm for determining whether a cubic graph is toroidal

The algorithm of the title is presented. It runs in time bounded by a polynomial in the number of the edges of the graph.

Article
Free
Switching functions whose monotone complexity

A sequence of monotone switching functions fn:{0,1}n →{0,1}n is constructed, such that the monotone complexity of fn grows faster than O(n2-ε) for any ε>O. Previously the best lower bounds of this nature were several O(n3/2) bounds due to Pratt, ...

Article
Free
Straight-line program length as a parameter for complexity measures

This paper represents a continuation of work in [LBI] and [LB2] directed toward the development of a unified, relative model for complexity theory. The earlier papers establish a simple, natural and fairly general model, and demonstrated its ...

Article
Free
Computational complexity of computing polynomials over the fields of real and complex numbers

Fast computation of polynomials of 1 variable in the fields R and C of real and complex numbers is considered. The optimal schemes of computation with preconditioning (that is, the schemes involving the minimal number of arithmetic operations without ...

Article
Free
Optimal evaluation of pairs of bilinear forms

A large class of multiplication problems in arithmetic complexity can be viewed as the simultaneous evaluation of a set of bilinear forms. This class includes the multiplication of matrices, polynomials, quaternions, Cayley and complex numbers. ...

Article
Free
Algorithms for edge coloring bipartite graphs

A minimum edge coloring of a bipartite graph is a partition of the edges into Δ matchings, where Δ is the maximum degree in the graph. Coloring algorithms are presented that use time O(min(¦E¦ Δ log n, ¦E¦ @@@@n log n, n2log Δ)) and space O(nΔ). This ...

Article
Free
On the parallel evaluation of multivariate polynomials

We prove that any multivariate polynomial P of degree d that can be computed with C(P) multiplications-divisions can be computed in O(log d.log C(P)) parallel steps and O(log d) parallel multiplicative steps.

Article
Free
Time-space tradeoffs for computing functions, using connectivity properties of their circuits

Recent research has investigated time-space tradeoffs for register allocation strategies of certain fixed sets of expressions. This paper is concerned with the time-space tradeoff for register allocation strategies of any set of expressions which ...

Article
Free
An NP-complete number-theoretic problem

Systems of nonlinear equations of the form D: Ay = σ.(x), where A is an m×n matrix of rational constants and y = (Y1,...,yn), σ(x) = (σ1(x),..., σm (x)) are column vectors are considered. Each σi(x) is of the form ri(x) or @@@@ri(x)@@@@, where ri(x) is ...

Article
Free
The complexity of satisfiability problems

The problem of deciding whether a given propositional formula in conjunctive normal form is satisfiable has been widely studied. I t is known that, when restricted to formulas having only two literals per clause, this problem has an efficient (...

Article
Free
Coping with errors in binary search procedures (Preliminary Report)

We consider the problem of identifying an unknown value xε{1,2,...,n} using only comparisons of x to constants when as many as E of 'the comparisons may receive erroneous answers. For a continuous analogue of this problem we show that there is a unique ...

Article
Free
On time-space classes and their relation to the theory of real addition

A new lower bound on the computational complexity of the theory of real addition and several related theories is established: any decision procedure for these theories requires either space 2εn or nondeterministic time 2εn2 for some constant ε > O and ...

Article
Free
On the completeness of a generalized matching problem

A perfect matching in a graph H may be viewed as a collection of subgraphs of H, each of which is isomorphic to K2, whose vertex sets partition the vertex set of H. This is naturally generalized by replacing K2 by an arbitrary graph G. We show that if G ...

Article
Free
Propositional representation of arithmetic proofs (Preliminary Version)

Equations f@@@@ = g@@@@ between polynomial time computable functions can be represented by sets of propositional formulas. If f@@@@ = g@@@@ is provable in certain arithmetic systems, then polynomial length proofs of the representing formulas exist in ...

Article
Free
Node-and edge-deletion NP-complete problems

If π is a graph property, the general node(edge) deletion problem can be stated as follows: Find the minimum number of nodes(edges), whose deletion results in a subgraph satisfying property π. In this paper we show that if π belongs to a rather broad ...

Contributors
  • Georgia Institute of Technology
  • University of California, San Diego
  • University of California, San Diego
  • Columbia University

Index Terms

  1. Proceedings of the tenth annual ACM symposium on Theory of computing

    Recommendations

    Acceptance Rates

    STOC '78 Paper Acceptance Rate 38 of 120 submissions, 32%;
    Overall Acceptance Rate 1,469 of 4,586 submissions, 32%
    YearSubmittedAcceptedRate
    STOC '153479327%
    STOC '143199129%
    STOC '1336010028%
    STOC '113048428%
    STOC '083258025%
    STOC '032708030%
    STOC '022879132%
    STOC '012308336%
    STOC '001828547%
    STOC '981697544%
    STOC '972117536%
    STOC '962017437%
    STOC '891965629%
    STOC '881925328%
    STOC '871655030%
    STOC '801254738%
    STOC '791113733%
    STOC '781203832%
    STOC '77873136%
    STOC '76833036%
    STOC '75873136%
    STOC '74953537%
    STOC '71502346%
    STOC '70702739%
    Overall4,5861,46932%