please dont copy other website and the question asks for O(n) for algo
Consider arrays A and B, each of which is indexed from 1 to n. The array entries are bank customerPIN numbers, where a PIN number is a sequence of exactly 3 digits (ex. 460 or 013 are each valid PINs).Array A consists of the PIN numbers of customers from bank A, and array B consists of the PIN numbersof customers from bank B. Your job is to design an algorithm that outputs all safe passwords from bankA. The safe passwords from bank A are those which are used by a customer from bank A but not alsoused by a customer in bank B. Write the pseudo-code for your algorithm, and justify why it runs in timeO(n) in the worst-case.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here