TheAlgorithms / Lua

Algorithms and Data Structures implemented in the Lua programming language
MIT License
292 stars 56 forks source link

Add Hamming distance #15

Closed vil02 closed 1 year ago

vil02 commented 1 year ago

This PR adds function computing the Hamming distance.

If you think that the added tests are a bit too complex, please let me know.