Showing results for x code Vector Product Vector
GitHub Repo
https://github.com/sakshikhule/code-day-49
sakshikhule/code-day-49
Given 2 integer arrays X and Y of same size. Consider both arrays as vectors and print the minimum scalar product (Dot product) of 2 vectors.
GitHub Repo
https://github.com/sakshikhule/code-day-55