Skip to content

Commit 43e47d8

Browse files
authored
Update README.md
1 parent 40ee6b9 commit 43e47d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# :fleur_de_lis: Simple sequence alignment in VB6
2-
Simple sequence alignment in VB6
2+
3+
To find similarities between two words, a manual comparison is required. For words between 4 and 8 letters, such a task can be performed by any of us without the use of a computer. However, what if the objects of comparison are entire phrases/sequences/files? Then the number of possibilities for different matches increases exponentially and nobody can do it by paper computing (to my knowledge). Computational solutions for these problems exist, such as different implementations of sequence alignment algorithms. Here, the implementation of global sequence alignment is shown in detail. The implementation si designed in Visual Basic 6.0.
34

45
<kbd><img src="https://github.com/Gagniuc/Simple-sequence-alignment-in-VB6/blob/main/screenshot/TextAlignDNA%20(3).gif" /></kbd>
56

0 commit comments

Comments
 (0)