--------------------------------------------------------------------------------
Any way to check for duplicates in an array apart from looping with each element. if my array size is 50 that is almost 50 * 50 checks if I loop through..
please help.
Regards
Krish
Any way to check for duplicates in an array apart from looping with each element. if my array size is 50 that is almost 50 * 50 checks if I loop through..
please help.
Regards
Krish
Comment