Skip to content

Suggestion for GenomicSequence improvement #7

@RaviBeagle

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

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