Binary Similarity Calculator

In my previous post I mentioned the Hamming Distance. I was thinking in adding to my Levenshtein Edit Distance calculator the … More

Hamming Distance

After uploading the Levenshtein Edit Distance tool, several readers asked if I could incorporate a version to account for the … More

Brute Force Algorithm

The brute force algorithm (BF) consists in evaluating a text stream and determining at all positions between 0 and n-m, … More

Metric Clusters 2

Yesterday I provided a basic explanation of metric weights and metric clusters. This time I want to expand on this … More