TypeScript icon indicating copy to clipboard operation
TypeScript copied to clipboard

Euclidean distance

Open Paulofalcao2002 opened this issue 1 year ago • 0 comments

Summary of the Change:

This pull request introduces the Euclidean distance algorithm, a method to calculate the distance between two vectors in a multi-dimensional space

Motivation:

I wanted to make my first contribution to TheAlgorithms and noticed that the Euclidean distace algorithm was implemented in other programming languages but not in TypeScript, so I wanted to add this functionality to the project.

Paulofalcao2002 avatar Oct 14 '24 22:10 Paulofalcao2002