**hello**
ive created two vectors parallely ,one for strings and one for floats.Every string corresponds to a float.Thii is done inside a FOR loop. After the loop i calculate the min of floats and i need to get the corresponding string ,but unfortunately i dont get the correct string.
Is my approach wrong,or should i continue experimenting towards this solution?
(I m trying to do this using a hashmap too)