July 29, 2015, 12:27 a.m. by Rosalind Team
The d-neighborhood Neighbors(Pattern, d) is the set of all k-mers whose Hamming distance from Pattern does not exceed d.
Find all the neighbors of a pattern.
Given: A DNA string Pattern and an integer d.
Return: The collection of strings Neighbors(Pattern, d).
ACG 1
CCG TCG GCG AAG ATG AGG ACA ACC ACT ACG