Time and Space Efficient Algorithms for RNA Folding with the Four-Russians Technique

Abstract

In this paper, we develop new algorithms for the basic RNA folding problem. Given an RNA sequence that contains n nucleotides, the goal of the problem is to compute a pseudoknot-free secondary structure that maximizes the number of base pairs in the sequence. We show that there exists a dynamic programming algorithm that can solve the problem in time O(n32n) while using only O(n22n) memory space. In addition, we show that the time complexity of this algorithm can be further improved to O(n322n) at the expense of a slightly increased space complexity. To the best of our knowledge, this is the first algorithm that can solve the problem with traditional dynamic programming techniques in time O(n322n). In addition, our results improve the best known upper bound of the space complexity for efficiently solving both this problem and the context-free language recognition problem.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…