Strings

Find the longest common sub-sequence between two strings: Dynamic Programming Algorithm

Find the longest common sub-sequence between two strings: Dynamic Programming Algorithm

This C program finds the longest common sub-sequence between two strings. It implements the most famous dynamic programming algorithm. Dynamic programming is a computational technique…

Visual Basis: Count Number of Characters in a String

This is a visual basic 6.0 source code to count the number of characters in a string. This function can be useful in Text editors…

Counts the number of words in a specified string

This is a visual basic 6.0 source code that counts the number of words in a specified string. This function can be useful in Text…