in reply to Re: Find duplicate elements from an array
in thread Find duplicate elements from an array

I dont want to remove duplicate elements directly. I need some information from them. Using hash will help me removing duplicate elements, but what about page numbers? How can i add them at appropriate place?

  • Comment on Re^2: Find duplicate elements from an array