Static Dihedral Rotation Queries: Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Static Dihedral Rotation Queries (Dihedral Rotation Queries)}} == Description == Determine whether a given dihedral rotation is feasible or not, without modifying the chain. == Related Problems == Related: Dynamic Dihedral Rotation Queries == Parameters == <pre>n: number of edges in the chain</pre> == Table of Algorithms == Currently no algorithms in our database for the given problem. == Reductions FROM Problem == {| class="wikitable sor...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
== Parameters ==  
== Parameters ==  


<pre>n: number of edges in the chain</pre>
$n$: number of edges in the chain


== Table of Algorithms ==  
== Table of Algorithms ==  

Latest revision as of 09:28, 10 April 2023

Description

Determine whether a given dihedral rotation is feasible or not, without modifying the chain.

Related Problems

Related: Dynamic Dihedral Rotation Queries

Parameters

$n$: number of edges in the chain

Table of Algorithms

Currently no algorithms in our database for the given problem.

Reductions FROM Problem

Problem Implication Year Citation Reduction
3SUM' if: to-time $N^{2-\epsilon}$ for some $\epsilon > {0}$
then: from-time: $N^{2-\epsilon'}$ for some $\epsilon' > {0}$
2003 https://doi-org.ezproxy.canberra.edu.au/10.1016/S0925-7721(02)00156-6 link

References/Citation

https://doi-org.ezproxy.canberra.edu.au/10.1016/S0925-7721(02)00156-6