+ 1
Can any one give me idea how can we get duplicate in array without repeat duplicate ?
Data structure
7 Respuestas
+ 3
You mean that you have array {1,2,3,5,3,6,5,7} and you want to get output is {3,5} ?
+ 1
No i want to return array this way [1 2 3 5 6 7]
+ 1
What is a hashset ?
+ 1
Thanks id001x
0
I think HashSet is similar to set() in python