fnplus / interview-techdev-guide

This repository contains curated technical interview questions by fn+geeks community
http://bit.ly/fnplusnow
MIT License
318 stars 325 forks source link

A forensic lab wants to know whether a deceased person’s DNA matches a set of known relatives. It is known that the closest relatives will have most of the DNA matching, and as the relationship becomes farther, the matching genes will be lesser. For this, the DNA pattern of the deceased is given and the DNA pattern of 10 likely relatives are given. Write a program to identify the family of the deceased. #632

Open shrikantpadhy18 opened 4 years ago

shrikantpadhy18 commented 4 years ago

string matching algorithm problem

saisameer010 commented 4 years ago

Can i work on this

shrikantpadhy18 commented 4 years ago

Can i work on this

yes you can