Skip to content

girish2804/string-mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

string-mapping

This code solves genetic string mapping problem using best first search. This implementation works for only two strings

Input format is followed as given in the assignment. But, k is limited to 2

Sample input:

4
A, C, T, G
2
ACTGTGA
TACTGC
3
0 2 2 2 1
2 0 2 2 1
2 2 0 2 1
2 2 2 0 1
1 1 1 1 0


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages