Kumarrupesh2310 / Hackoctoberfest2022-works

Repo for program files.
6 stars 45 forks source link

implemented intersection of two array code #60

Closed apar1223 closed 2 years ago

apar1223 commented 2 years ago

first of all while running this code it will ask for number of elements of both the array and then enter elements for each array so the code will gives you common elements in both the arrays. In code first we sort the elements of both arrays then compare and store it into resultant array.

Kumarrupesh2310 commented 2 years ago

Add description @apar1223