I went for face to face interview and faced following questions.
- Check if parenthesis are balanced or Not.
- Given two unsorted arrays A, B. They can contain duplicates. For each element in A count elements less than or equal to it in array B
Examples:Input : A = [1, 2, 3, 4, 7, 9] B = [0, 1, 2, 1, 1, 4] Output : [4, 5, 5, 6, 6, 6]
If you like neveropen and would like to contribute, you can also write an article using write.geeksforgeeks.org or mail your article to review-team@geeksforgeeks.org. See your article appearing on the neveropen main page and help other Geeks.
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
Related Practice Problems
Ready to dive in? Explore our Free Demo Content and join our DSA course, trusted by over 100,000 neveropen!