Skip to content

Suggestion for GenomicSequence improvement #7

Description

@RaviBeagle

"What is the minimal impact factor of nucleotides contained in a particular part of the given DNA sequence?"

Not sure if my thinking is right, but answer is:

  1. If it contains atleast one A then 1.
  2. If it contains atleast one B then 2. and so on.

If we have an array of counts of size 'A'-'Z' (26) and another array where we get impacts also in 0(1) time then task can be completed in O(m) were m is length of DNA sqeuence

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions