Dynamic Dihedral Rotation Queries: Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Dynamic Dihedral Rotation Queries (Dihedral Rotation Queries)}} == Description == Determine whether a given dihedral rotation is feasible or not, and if it is, modify the chain by performing the rotation. == Related Problems == Related: Static 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. == References/Citation ==...")
 
No edit summary
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 ==  

Revision as of 13:04, 15 February 2023

Description

Determine whether a given dihedral rotation is feasible or not, and if it is, modify the chain by performing the rotation.

Related Problems

Related: Static Dihedral Rotation Queries

Parameters

n: number of edges in the chain

Table of Algorithms

Currently no algorithms in our database for the given problem.

References/Citation

https://doi.org/10.1016/S0925-7721(02)00156-6