Search Results: Polylogarithmic time


Polylogarithmic function
Rabu, 2024-05-15 11:27:41

In mathematics, a polylogarithmic function in n is a polynomial in the logarithm of n, a k ( log ⁡ n ) k + a k − 1 ( log ⁡ n ) k − 1 + ⋯ + a 1 ( log ⁡...

Click to read more »
Time complexity
Minggu, 2026-07-12 13:18:00

algorithm gets closer to the target word. An algorithm is said to run in polylogarithmic time if its time T ( n ) {\displaystyle T(n)} is O ( ( log ⁡ n ) k...

Click to read more »
SC (complexity)
Jumat, 2025-12-05 15:47:46

by a deterministic Turing machine in polynomial time (class P) and polylogarithmic space (class PolyL) (that is, O((log n)k) space for some constant k)...

Click to read more »
Polylogarithm
Kamis, 2026-07-02 21:33:06

the Lerch transcendent. Polylogarithms should not be confused with polylogarithmic functions, nor with the offset logarithmic integral Li(z), which has...

Click to read more »
Taylor series
Kamis, 2026-08-13 21:34:05

In mathematical analysis, the Taylor series or Taylor expansion of a function is an infinite sum of terms that are expressed in terms of the function's...

Click to read more »
PolyL
Sabtu, 2025-10-11 02:25:48

Turing machine by an algorithm whose space complexity is bounded by a polylogarithmic function in the size of the input. In other words, polyL = DSPACE((log n)O(1))...

Click to read more »
Big O notation
Senin, 2026-08-10 23:42:13

science is O ~ {\displaystyle {\tilde {O}}} (read soft-O), which hides polylogarithmic factors. There are two definitions in use: some authors use f ( n )...

Click to read more »
NC (complexity)
Minggu, 2026-08-02 06:38:15

(for "Nick's Class") is the set of decision problems decidable in polylogarithmic time on a parallel computer with a polynomial number of processors...

Click to read more »
List of conjectures by Paul Erdős
Jumat, 2026-06-12 04:02:03

integers could only exceed the square root of its largest value by a polylogarithmic factor, disproved by András Sárközy in 1978. The Erdős–Lovász conjecture...

Click to read more »
Pi
Minggu, 2026-08-09 07:46:52

Plouffe, Simon (April 1997). "On the Rapid Computation of Various Polylogarithmic Constants" (PDF). Mathematics of Computation. 66 (218): 903–913. Bibcode:1997MaCom...

Click to read more »
P-complete
Senin, 2026-04-27 09:31:33

If we use NC reductions, that is, reductions that can operate in polylogarithmic time on a parallel computer with a polynomial number of processors...

Click to read more »
Lance Fortnow
Kamis, 2026-08-13 00:12:52

Babai, L. Fortnow, L. Levin, and M. Szegedy. "Checking computations in polylogarithmic time", in Proceedings of the 23rd ACM Symposium on the Theory of Computing...

Click to read more »
RL (complexity)
Minggu, 2026-02-15 04:16:14

solvable in polynomial time and polylogarithmic space on a deterministic Turing machine; in other words, given polylogarithmic space, a deterministic machine...

Click to read more »
Distributed computing
Rabu, 2026-08-12 02:28:49

in parallel (see speedup). If a decision problem can be solved in polylogarithmic time by using a polynomial number of processors, then the problem is...

Click to read more »
Levenshtein distance
Minggu, 2026-06-14 07:14:58

(help) Andoni, Alexandr; Krauthgamer, Robert; Onak, Krzysztof (2010). Polylogarithmic approximation for edit distance and the asymmetric query complexity...

Click to read more »
Bailey–Borwein–Plouffe formula
Senin, 2026-07-13 14:12:27

Peter B.; Plouffe, Simon (1997). "On the Rapid Computation of Various Polylogarithmic Constants". Mathematics of Computation. 66 (218): 903–913. doi:10...

Click to read more »
Ewin Tang
Senin, 2026-08-10 19:14:12

algorithms. The best known quantum algorithm for matrix completion runs in polylogarithmic time by using the HHL algorithm as a subroutine, and had been introduced...

Click to read more »
Random-access Turing machine
Selasa, 2025-12-16 09:01:21

of RATMs has been advanced through the exploration of deterministic polylogarithmic time and space and two-sorted logic, a concept explored in depth by...

Click to read more »
Bellard's formula
Senin, 2024-02-19 00:22:42

PiHex web site David Bailey, Peter Borwein, and Simon Plouffe's BBP formula (On the rapid computation of various polylogarithmic constants) (PDF) v t e...

Click to read more »
PageRank
Sabtu, 2026-08-01 00:32:04

each node processes and sends a number of bits per round that are polylogarithmic in n, the network size. The Google Toolbar long had a PageRank feature...

Click to read more »
Boolean circuit
Sabtu, 2025-11-01 12:11:16

are restricted not only to having polynomial-size but also to having polylogarithmic depth. The class AC is defined similarly to NC, however gates are allowed...

Click to read more »
Phi-hiding assumption
Selasa, 2025-02-18 01:01:39

1999 paper titled Computationally Private Information Retrieval with Polylogarithmic Communication, where it was used in a private information retrieval...

Click to read more »
Delaunay triangulation
Kamis, 2025-12-18 08:29:44

based on rip-and-tent, which is practical and highly parallelized with polylogarithmic span. A divide and conquer algorithm for triangulations in two dimensions...

Click to read more »
Feedback arc set
Senin, 2026-07-20 10:52:16

time, the minimum feedback arc set can be approximated to within a polylogarithmic approximation ratio, and maximum acyclic subgraphs can be approximated...

Click to read more »
Fisher–Yates shuffle
Rabu, 2026-05-13 00:22:34

Fisher-Yates shuffle to get a parallel algorithm with linear work and polylogarithmic depth. The asymptotic time and space complexity of the Fisher–Yates...

Click to read more »
József Beck
Selasa, 2026-06-23 01:33:35

contained in {1,2,...,n}, matching the classical lower bound up to a polylogarithmic factor. Jiří Matoušek and Joel Spencer later succeeded in getting rid...

Click to read more »
Verifiable computing
Minggu, 2026-01-18 12:05:11

Leonid A.; Szegedy, Mario (1991-01-01). "Checking computations in polylogarithmic time". Proceedings of the twenty-third annual ACM symposium on Theory...

Click to read more »
NP-completeness
Sabtu, 2026-03-28 03:58:54

NP-Complete problems such as SAT are known to be complete even under polylogarithmic time projections. It is known, however, that AC0 reductions define...

Click to read more »
PCP theorem
Minggu, 2026-03-15 18:22:52

Lance; Levin, Leonid; Szegedy, Mario (1991), "Checking computations in polylogarithmic time", STOC '91: Proceedings of the twenty-third annual ACM symposium...

Click to read more »
Nick Pippenger
Sabtu, 2026-01-24 11:53:45

Stephen Cook after Nick Pippenger for his research on circuits with polylogarithmic depth and polynomial size. Pippenger became one of the most recent...

Click to read more »
AKS primality test
Jumat, 2026-03-27 09:27:40

twelfth power of the number of digits in n times a factor that is polylogarithmic in the number of digits. However, this upper bound was rather loose;...

Click to read more »
Clausen function
Rabu, 2026-07-22 22:26:13

particularly in relation to the evaluation of many classes of logarithmic and polylogarithmic integrals, both definite and indefinite. They also have numerous applications...

Click to read more »
Eli Ben-Sasson
Senin, 2026-04-27 23:24:03

protection against quantum computers, (2) quasi-linear proof time, (3) polylogarithmic verification time, and (4) transparency, which means no dependence...

Click to read more »
TRE (computing)
Senin, 2025-08-11 10:43:17

2020. Andoni, Alexandr; Krauthgamer, Robert; Onak, Krzysztof (2010). Polylogarithmic approximation for edit distance and the asymmetric query complexity...

Click to read more »
BPL (complexity)
Minggu, 2025-10-05 17:42:03

polynomial time and polylogarithmic space on a deterministic Turing machine; in other words, this result shows that, given polylogarithmic space, a deterministic...

Click to read more »
Locally decodable code
Minggu, 2026-07-05 13:37:43

have codewords polynomial in the size of the original message and polylogarithmic query complexity. Locally decodable codes have applications to data...

Click to read more »
Nearest neighbor search
Sabtu, 2026-07-25 03:46:49

high-dimensional Euclidean space using polynomial preprocessing and polylogarithmic search time. The simplest solution to the NNS problem is to compute...

Click to read more »
Prime gap
Jumat, 2026-08-14 03:06:59

2 ) , {\displaystyle g_{n}=O\!\left((\log p_{n})^{2}\right)\!,} a polylogarithmic growth rate slower than any exponent θ > 0. Cramér's model, under which...

Click to read more »
Sarah Peluse
Minggu, 2025-12-28 19:12:14

2023-09-16 CV (PDF) Peluse, Sarah; Prendiville, Sean (April 9, 2022). "A Polylogarithmic Bound in the Nonlinear Roth Theorem" (PDF). International Mathematics...

Click to read more »
Gödel Prize
Senin, 2026-06-22 10:29:05

for their work constructing "an explicit two-source extractor with polylogarithmic min-entropy, resolving a central problem in the theory of computation...

Click to read more »
Approximations of pi
Selasa, 2026-06-30 20:47:13

Plouffe, Simon (April 1997). "On the Rapid Computation of Various Polylogarithmic Constants" (PDF). Mathematics of Computation. 66 (218): 903–913. Bibcode:1997MaCom...

Click to read more »
NC
Selasa, 2025-12-16 16:07:29

group. NC (complexity), the set of decision problems decidable in polylogarithmic time on a parallel computer with a polynomial number of processors...

Click to read more »
Parametric search
Selasa, 2026-08-11 13:40:28

time is polylogarithmic, leading to a total time for the parametric search that is slower than the decision algorithm by only a polylogarithmic factor...

Click to read more »
Apéry's constant
Selasa, 2026-07-07 05:04:14

1007/s11139-013-9528-5, S2CID 120943474. Broadhurst, D.J. (1998), "Polylogarithmic ladders, hypergeometric series and the ten millionth digits of ζ (...

Click to read more »
Many-one reduction
Selasa, 2025-10-07 23:22:37

{\displaystyle AC_{0}} or N C 0 {\displaystyle NC_{0}} circuits, or polylogarithmic projections where each subsequent reduction notion is weaker than the...

Click to read more »
Fubini's theorem
Senin, 2026-06-22 07:04:59

product of the reciprocal function and the natural logarithm is a polylogarithmic integral. Fubini's theorem allows this to be evaluated by translating...

Click to read more »
Szemerédi's theorem
Rabu, 2026-04-29 22:28:11

Ben; Tao, Terence (2017). "New bounds for Szemerédi's theorem, III: A polylogarithmic bound for r4(N)". Mathematika. 63 (3): 944–1040. arXiv:1705.01703....

Click to read more »
Intersection number (graph theory)
Kamis, 2025-12-25 00:23:52

better than the trivial O ( n 2 ) {\displaystyle O(n^{2})} by only a polylogarithmic factor. Researchers in this area have also investigated the computational...

Click to read more »
ACC0
Kamis, 2026-07-09 10:07:07

problem in ACC0 can be solved by circuits of depth 2, with AND gates of polylogarithmic fan-in at the inputs, connected to a single gate computing some symmetric...

Click to read more »
Kinetic data structure
Sabtu, 2026-08-01 02:40:46

four measures of performance. We say a quantity is small if it is a polylogarithmic function of n {\displaystyle n} , or is O ( n ϵ ) {\displaystyle O(n^{\epsilon...

Click to read more »
Private information retrieval
Jumat, 2026-05-22 04:38:04

Markus (1999). "Computationally Private Information Retrieval with Polylogarithmic Communication". Advances in Cryptology – EUROCRYPT '99. Prague, Czech...

Click to read more »
László Pyber
Senin, 2026-07-27 11:37:32

diameters of Cayley graphs of finite simple groups of bounded rank are polylogarithmic in the size of the group, partially resolving a well-known conjecture...

Click to read more »
Index of logarithm articles
Minggu, 2026-04-12 19:29:38

kangaroo algorithm Pollard's rho algorithm for logarithms Polylogarithm Polylogarithmic function Prime number theorem Richter magnitude scale Grégoire de Saint-Vincent...

Click to read more »
Euler tour technique
Sabtu, 2025-07-12 08:43:03

M. R.; King, V. (1995). "Randomized dynamic graph algorithms with polylogarithmic time per operation". Proceedings of the twenty-seventh annual ACM symposium...

Click to read more »
Decision tree model
Senin, 2026-06-08 09:54:44

R_{0}(f)=O(R_{2}(f)^{2}\log R_{2}(f))} . This relationship is optimal up to polylogarithmic factors. As for quantum decision tree complexities, D ( f ) = O ( Q...

Click to read more »
Natural logarithm of 2
Selasa, 2026-05-19 06:55:30

Goyanes Guillera (2007). "Construction of binomial sums for π and polylogarithmic constants inspired by BBP formulas" (PDF). Applied Math. E-Notes. 7:...

Click to read more »
List of complexity classes
Sabtu, 2026-06-13 02:21:04

polynomial time by a Merlin–Arthur protocol NC Solvable efficiently (in polylogarithmic time) on parallel computers NE Solvable by a non-deterministic machine...

Click to read more »
K-server problem
Minggu, 2026-05-03 15:51:19

Nikhil; Buchbinder, Niv; Madry, Aleksander; Naor, Joseph (2015). "A polylogarithmic-competitive algorithm for the k-server problem" (PDF). Journal of the...

Click to read more »
Planarity testing
Kamis, 2026-02-05 04:18:50

logarithmic update-time lower bound by Pătrașcu and Demaine, and a polylogarithmic update-time algorithm by Holm and Rotenberg, improving on sub-linear...

Click to read more »
Tree contraction
Minggu, 2025-07-27 22:26:42

a variety of problems, with the goal of designing highly parallel (polylogarithmic depth), work-efficient (linear in the sequential running time) algorithms...

Click to read more »
Fine grained complexity
Jumat, 2026-08-07 00:57:11

differently from the rest of computer science. Standard Õ(·) usually hides polylogarithmic factors, but in fine-grained complexity it hides everything below polynomial:...

Click to read more »
Catalan's constant
Senin, 2026-08-10 14:41:16

mathworld.wolfram.com. Retrieved 2024-10-02. Broadhurst, D. J. (1998). "Polylogarithmic ladders, hypergeometric series and the ten millionth digits of ζ(3)...

Click to read more »
Quasi-polynomial growth
Minggu, 2025-12-28 20:43:44

O notation. That is, it is bounded by an exponential function of a polylogarithmic function. This generalizes the polynomials and the functions of polynomial...

Click to read more »
PAM library
Senin, 2026-04-06 04:12:15

Theoretically, all algorithms in PAM are work-efficient and have polylogarithmic depth. PAM uses underlying persistent tree structure such that multi-versioning...

Click to read more »
David H. Bailey (mathematician)
Senin, 2025-09-08 15:58:46

Peter; Plouffe, Simon (1997). "On the rapid computation of various polylogarithmic constants". Mathematics of Computation. 66 (1): 903–913. Bibcode:1997MaCom...

Click to read more »
Watchman route problem
Sabtu, 2024-03-02 14:51:17

approximated in polynomial time by a solution whose length is within a polylogarithmic factor of optimal. Art gallery problem, which similarly involves viewing...

Click to read more »
Erdős–Straus conjecture
Selasa, 2026-08-04 03:53:46

over the prime numbers up to n {\displaystyle n} ) is upper bounded polylogarithmically in n {\displaystyle n} . For some other Diophantine problems, the...

Click to read more »
Greedy embedding
Jumat, 2026-01-30 23:24:26

possible to find succinct greedy embeddings into a Euclidean space of polylogarithmic dimension, with the additional property that distances in the graph...

Click to read more »
Complexity class
Rabu, 2026-08-12 15:32:40

are restricted not only to having polynomial-size but also to having polylogarithmic depth. The class AC is defined similarly to NC, however gates are allowed...

Click to read more »
Parallel computation thesis
Selasa, 2026-06-23 11:09:24

implication is that "fast" parallel computers (i.e. those that run in polylogarithmic time) recognize exactly the languages in polyL. It was proven in 1978...

Click to read more »
♯P-completeness of 01-permanent
Jumat, 2026-03-13 12:32:41

(informally, whether every polynomially-solvable problem can be solved by a polylogarithmic-time parallel algorithm) and Ketan Mulmuley has suggested an approach...

Click to read more »
Parallel algorithms for minimum spanning trees
Minggu, 2026-04-12 04:09:07

O(m\log n)} . One possible parallelisation of this algorithm yields a polylogarithmic time complexity, i.e. T ( m , n , p ) ⋅ p ∈ O ( m log ⁡ n ) {\displaystyle...

Click to read more »
L-notation
Jumat, 2025-08-15 20:46:31

L_{n}[\alpha ,c]=L_{n}[0,c]=e^{(c+o(1))\ln \ln n}=(\ln n)^{c+o(1)}\,} is a polylogarithmic function (a polynomial function of ln n); When α {\displaystyle \alpha...

Click to read more »
SL (complexity)
Selasa, 2025-07-15 02:43:43

be gainfully employed in the design of deterministic log-space and polylogarithmic-space algorithms. In particular, we have a new set of tools to use...

Click to read more »
List of definite integrals
Rabu, 2026-02-04 01:43:57

Robert; Stauffer, Allan (2019). "Definite Integral of Arctangent and Polylogarithmic Functions Expressed as a Series". Mathematics. 7 (1099): 1099. doi:10...

Click to read more »
Tripod packing
Senin, 2026-06-22 07:07:03

the parameters" can produce a bound that is less than quadratic by a polylogarithmic factor, he does not supply details and his proof that the number is...

Click to read more »
Danzer set
Selasa, 2026-06-23 02:50:30

possible to construct a Danzer set of growth rate that is within a polylogarithmic factor of O ( r d ) {\displaystyle O(r^{d})} . For instance, overlaying...

Click to read more »
Computational hardness assumption
Selasa, 2026-07-07 01:06:11

Markus (1999). "Computationally Private Information Retrieval with Polylogarithmic Communication". In Stern, Jacques (ed.). Advances in Cryptology — EUROCRYPT...

Click to read more »
FETI
Jumat, 2024-01-26 18:58:30

the number of substructures and its condition number grows only polylogarithmically with the number of elements per substructure. The coarse space in...

Click to read more »
Dynamic connectivity
Senin, 2026-08-10 16:05:56

M.; King, V.; Mountjoy, B. (2013). Dynamic graph connectivity in polylogarithmic worst case time. Proceedings of the Twenty-Fourth Annual ACM-SIAM Symposium...

Click to read more »
LP-type problem
Kamis, 2025-11-06 08:56:28

algorithm, which performs a linear number of violation tests and a polylogarithmic number of basis evaluations. The basis evaluations for g may be performed...

Click to read more »
Locally testable code
Minggu, 2026-07-05 13:37:43

{\displaystyle c\in (0,1)} . The next nearly linear goal is linear up to a polylogarithmic factor; n = poly ( log ⁡ k ) ∗ k {\displaystyle n={\text{poly}}(\log...

Click to read more »
Hopcroft's problem
Minggu, 2025-12-28 22:44:23

factor, can reduce the given problem to subproblems whose size is a polylogarithmic function of n {\displaystyle n} , in time O ( n 4 / 3 ) {\displaystyle...

Click to read more »
Matrix completion
Senin, 2026-03-23 03:55:38

Tao. They achieve bounds that differ from the optimal bounds only by polylogarithmic factors by strengthening the assumptions. Instead of the incoherence...

Click to read more »
Oblivious RAM
Jumat, 2026-07-03 00:19:12

\Omega (N)} worst-case access overheads. Some ORAM constructions with polylogarithmic worst-case computational overheads are. The constructions of were in...

Click to read more »
Hidden-line removal
Jumat, 2026-06-26 06:55:38

hidden-line problem is in the complexity class NC, i.e., it can be solved in polylogarithmic time by using a polynomial number of processors. Hidden-surface algorithms...

Click to read more »
FEE method
Rabu, 2025-12-03 13:20:54

P. B. Borwein and S. Plouffe, On the rapid computation of various polylogarithmic constants. Math. Comp., Vol. 66 (1997). R. P. Brent and E. M. McMillan...

Click to read more »
Parameterized approximation algorithm
Senin, 2026-08-10 12:31:57

ISSN 0895-4801. Halperin, Eran; Krauthgamer, Robert (June 9, 2003). "Polylogarithmic inapproximability". Proceedings of the thirty-fifth annual ACM symposium...

Click to read more »