XOR
![Google SWE Online Coding Challenge Internship 2021](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FlZxyE%2Fbtq9gXHpT4N%2FLZBiVd7KRkTkkPD4sqpOek%2Fimg.png)
Google SWE Online Coding Challenge Internship 2021
✔️ First Question: The maximum XOR value Given an array of N Integers. You are given q queries. Each query has 2 integers x and m. For each query, you are required to determine the array value that provides the maximum bitwise XOR value with x where the array value is not more than m. If there is no such value that satisfies then condition, then print -1. Input Format A first line is a number of..
![Google online challenge 2020 for summer internships](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FFadlv%2Fbtq9fwKinQk%2FRLdJ6PCbxHy4VxBkPeksF1%2Fimg.png)
Google online challenge 2020 for summer internships
✔️ Second Question: Given a list which initially contains 0, the following queries can be performed: 0 X: add X to the list 1 X: replace each element “A” of the list by A^X, where ^ is the xor operator Return a list with the result elements in increasing order. 문제 링크 Google Online Challenge 2020 - GeeksforGeeks A Computer Science portal for geeks. It contains well written, well thought and well ..