RNA Folding

In RNA Folding we are given a string over some alphabet (e.g. {A,C,G,T}\{A, C, G, T\}) with a fixed pairing between its symbols (e.g. ATA − T match and CGC − G match), and the goal is to compute the maximum number of non-crossing arcs between matching letters that one can draw above the string (which corresponds to the minimum energy folding in two dimensions).

Parameters

  • nn: length of the given string

Related Problems


Insufficient data to display graph

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Insuffient Data to display table

Reductions Table

Displaying 2 of 2 reductions

Other relevant algorithms

Insuffient Data to display table