...

/

Dot Product of Two Sparse Vectors

Dot Product of Two Sparse Vectors

Try to solve the Dot Product of Two Sparse Vectors problem.

Statement

We must calculate the dot product of two given sparse vectors, nums1 and nums2.

Create a SparseVector class:

  • Constructor(): ...