Skip to content

pmkihara/react-hamming-distance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Hamming Distance Calculator

The Hamming distance between two strings of equal length is the number of positions at which the corresponding symbols are different.

This project is a simple Hamming distance calculator that takes multiple numbers of 5 digits and calculate the Hamming Distance between them.

How to Run the Project

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

How to Use the Project

Write the numbers in the input box. The numbers will be sorted in crescent order for calculating the Hamming distance.

Credits

Developed by Patricia Kihara.