hamming-distance-pharo

Description

Hamming Distance exercism exercise in Pharo. Compares two "DNA" strings and counts the differences b/t the two strands.

Details

Source
GitHub
Dialect
pharo (25% confidence)
Forks
1
Created
March 3, 2019
Updated
March 11, 2019

README excerpt

# hamming-distance-pharo
Hamming Distance exercism exercise in Pharo. Compares two "DNA" strings and counts the differences b/t the two strands.

Example:
'abcdefgh' and 'bbclefgj' would return 3 as the hamming distance. 




---TO DO ---

Rethink my instance variables (do I need hammingDistance?)

Make strings lowercased 

Write tests

← Back to results