We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6969491 commit 82741dbCopy full SHA for 82741db
1 file changed
seqalignlinearSpace.cpp
@@ -1,5 +1,4 @@
1
/*
2
- Open-Genus/Cosmos
3
Dynamic-Programming + Divide & conquer for getting cost and aligned strings for problem of aligning two large strings
4
Reference - Wikipedia-"Hirschberg's algorithm"
5
*/
@@ -260,4 +259,4 @@ int main() {
260
259
string2 - GCGCAAT-G
261
262
263
-}
+}
0 commit comments