How do you remove duplicates from an array?


Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
All QuestionsCategory: Data StructureHow do you remove duplicates from an array?
chetan shidling asked 5 years ago

I need short information.

1 Answers
chetan shidling answered 5 years ago

Simply compare all elements in array one by one, if elements are not equal then make temp array and store.