Relative Sorting Problem Statement

You are given two arrays, 'ARR' of size 'N' and 'BRR' of size 'M'. Your task is to sort the elements of 'ARR' such that their relative order matches that in 'BRR'. Any elements in 'ARR' not found in 'BRR' should be appended at the end in sorted order.

Example:

Input:
ARR = {9, 5, 8, 4, 6, 5}
BRR = {8, 4, 5}
Output:
{8, 4, 5, 5, 6, 9}

Constraints:

  • 1 <= T <= 5
  • 1 <= N <= 10^5
  • 1 <= M <= 10^5
  • -10^9 <= ARR[i], BRR[i] <= 10^9
  • Time limit: 1 sec
Note:
Elements of 'BRR' are non-repeating.
Additional Information:

This function only needs implementation; the output is automatically handled elsewhere.

AnswerBot
1y

The task is to sort the elements of ARR in such a way that the relative order among the elements will be the same as those are in BRR. For the elements not present in BRR, append them in the last in s...read more

Help your peers!
Select
Add answer anonymously...

Newgen Software Technologies Software Developer interview questions & answers

A Software Developer was asked 12mo agoQ. What are constructors?
A Software Developer was asked 12mo agoQ. Define the concept of OOPs.
A Software Developer was asked Q. What is OOPS in Java?

Popular interview questions of Software Developer

A Software Developer was asked 12mo agoQ1. What are constructors?
A Software Developer was asked 12mo agoQ2. Define the concept of OOPs.
A Software Developer was asked Q3. What is OOPS in Java?
Newgen Software Technologies Software Developer Interview Questions
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits