Wednesday, June 26, 2019

Write an algorithm for the following problem statements !!

Problem statement:
Given two array as follows. 
a1[] = {1, 2, 3, 4, 5}
a2[] = {1, 2, 3, 0, 5}

we need to find out the missing element in second array which is present in first array, but not in second array.

No comments:

Post a Comment

How to run standalone mock server on local laptop

 Please download the standalone wiremock server from Direct download section at the bottom of the page.  Download and installation Feel fre...