How do you remove duplicates from an array? All Questions › Category: Data Structure › How do you remove duplicates from an array? 0 Vote Up Vote Down chetan shidling asked 5 years ago I need short information. 1 Answers 0 Vote Up Vote Down 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.