Click here to Skip to main content
15,890,438 members
Articles / General Programming / String

Searching for shared motif between strings in C

Rate me:
Please Sign up or sign in to vote.
4.50/5 (2 votes)
30 Jan 2015CPOL3 min read 11K   89   5  
In this article, i consider the problem of identifying motifs in the biological sequence data sets. To solve this task, i present a new algorithm for finding patterns that just use <String.h> library in C compiler and a new way to avoid using arrays search.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Iran (Islamic Republic of) Iran (Islamic Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions