Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~712 People Reached
Favorite Tags
java x 1
c x 1
Member Avatar for shsh111

Given two strings u and v and text T,i need help to find whether there is an occurrence of u and v interwoven in T, possibly with spaces. For example, the strings abac and bbc occur interwoven in cabcbabdcca (cabcbabdcca) along with other characters (in black). i tried to implement …

Member Avatar for Taywin
0
73
Member Avatar for shsh111
Member Avatar for shsh111

i hope someone here can help me with this quistion... Finding Tandem Repeats: Suppose that we want to find all short tied repeats w within a string A = xwwy, |w| < 8. This type of repeat is called a tandem repeat and it occurs very often in biological sequences. …

Member Avatar for SagarSe7en
0
157
Member Avatar for shsh111
Member Avatar for peter_budo
0
64
Member Avatar for shsh111

The "progressive" center-star method is defined as follows: the SP MSA would be produced by aligning each successive string sk to the profile of the existing alignment Mk-1. M0= scentral. M1 is produced by aligning s1 to scentral. i need help to Write code for that

Member Avatar for shsh111
0
161
Member Avatar for shsh111
Member Avatar for shsh111

Given set of DNA sequences that all may be presented as xiwiyi, where x, y are unrelated random sequences, |x| & |y| < 5, and all wi are of the same but unknown length and are pretty similar how can i Propose and Implement SA algorithm that finds and describes …

Member Avatar for Ancient Dragon
0
45