- class Hamming {
-
- Hamming(String leftStrand, String rightStrand) {
- throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
- }
-
- int getHammingDistance() {
- throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
- }
-
- }
|