Skip to content

Commit 82741db

Browse files
authored
Update seqalignlinearSpace.cpp
1 parent 6969491 commit 82741db

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

seqalignlinearSpace.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/*
2-
Open-Genus/Cosmos
32
Dynamic-Programming + Divide & conquer for getting cost and aligned strings for problem of aligning two large strings
43
Reference - Wikipedia-"Hirschberg's algorithm"
54
*/
@@ -260,4 +259,4 @@ int main() {
260259
string2 - GCGCAAT-G
261260
262261
*/
263-
}
262+
}

0 commit comments

Comments
 (0)