Skip to content

Data Structures Searching Using Rabin Karp , KMP & DNA Corpus Algorithms

Notifications You must be signed in to change notification settings

TashikMoin/Easy_Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Search

What is a DNA strand?

A DNA strand consists of either of the four bases found in a DNA molecule, adenine (A), cytosine (C), guanine (G), and thymine (T).

Problem statement:

Given a DNA string, find the matching corpus.

Input/ Output format:

"input.txt" contains the DNA strands on which trie is to be formed/ Algorithms are to be tested.
"testCase.txt" contains the test query which has to be to matched
"corpus.txt" contains output of TRIE implementation1
"rabinOutput.txt" contains output of RABIN KARP implementation
"kmpOutput.txt" contains output of KMP implementation

About

Data Structures Searching Using Rabin Karp , KMP & DNA Corpus Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages