ServiceNow Interview Question

Merge 2 arrays and removing duplicates

Interview Answers

Anonymous

Jul 13, 2019

Merge function of the Merge sort algorithm

Anonymous

Jul 30, 2019

Rather than using array, use hashmap to store merged elements in mergeSort().