Skip to content

risatoy/RNAchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

constructs all the possible original RNA chains from given fragments. program written in C++

RNAchain.pdf

Website C++ embeded

main.png

Sample Input & Output

Input:

G-enzyme framgments: AUCG,AUG,G,CU,ACUAUACG

U.C-enzyme fragments: GGAC,U,AU,GAU,C,U,AC,GC,AU

Output:

AUCGGACUAUACGAUGCU
AUCGAUGGACUAUACGCU
AUGGACUAUACGAUCGCU
AUGAUCGGACUAUACGCU

Program written in C++

./c++

About

Program written in C++ that constructs all the possible original RNA chains from given fragments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published