CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: amran08

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,184

    Search technique on DNA sequence

    Given a set of DNA string. Find minimum length string S so that, given DNA strings are subsequence of S.

    For example, if given set of string is: {CAGT, ATGC, CGTT, ACGT, AATT} then answer is: 8....
  2. Thread: sum of digit

    by amran08
    Replies
    2
    Views
    1,357

    Re: sum of digit

    emu 8086
  3. Thread: sum of digit

    by amran08
    Replies
    2
    Views
    1,357

    sum of digit

    i got problem during solving this:


    suppose given digit sequence is 12345

    so i have to find sum which is 15(1+2+3+4+5).......

    please some one help me ......

    emu8086
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured