Check Array for Duplicates

# Introduction In this lab, we will learn how to determine if a given array contains any duplicates or not, using the C++ programming language. This will be achieved by sorting the array, and then comparing adjacent elements for equality.

|
60 : 00

Click the virtual machine below to start practicing