Skip to content

Commit 2dd589d

Browse files
authored
Update Nussinov.java
Add link to the library
1 parent f564c7d commit 2dd589d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/dynamicprogramming/Nussinov.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import es.uma.eda.problem.combinatorial.sequence.folding.RNASecondaryStructurePredictor;
2-
2+
/** Download the required library here: https://drive.google.com/file/d/1L9ZU3_D3FODd2B22cr0eGBKeyDmsKog3/view?usp=sharing **/
33
/**
44
* Implementation of the Nussinov algorithm for RNA secondary structure prediction by
55
* base-pair maximization using dynamic programming.

0 commit comments

Comments
 (0)