#c #c++ #cprogramming
welcome to shivam education.
In this video we will learn the code for removing duplicate numbers from an unsorted array without sorting by using deletion process.
for ex if the array is
A[7]= {2, 4,2,2,3,1,4}
then output should be
2,4,3,1
we have used three loops and first loop is for storing values for 0th index to ( n-1 ) th index and second loop is used to compare all the remaining numbers in that array
and third loop is used to delete duplicate numbers
for more such videos programs and algorithm subscribe my channel from below link
https://youtube.com/channel/UC3s0dpwYlsjzK1U4dvqJctw