-
Notifications
You must be signed in to change notification settings - Fork 6
/
unitedHealthGroup.txt
18 lines (18 loc) · 1.12 KB
/
unitedHealthGroup.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
done -> 1) Find the largest palindrome in a given string.
done -> 2) Implement queue using two stacks.
done -> 3) Find the middle element of the linked lists in a single pass (you can only traverse the list once).
done -> 4) N numbers ranging From 1 to N are given, there is exactly one number missing and exactly one is repeated find the repeated and missing number.
done -> 5) You have an array of integers. Find that index for which sum of all the elements before it will be equal to sum of all elements after it.
done -> 6) Find minimum value in a binary tree.
done -> 7) Convert a binary tree to its mirror.
done -> 8) Permutations of a string
done -> 9) Length of the longest common subsequence for two given strings
done -> 10) Sorting an array of pairs
11) Sort array of squares
12) Sort Array By Parity
sort an char array according to given array of indices.
Removal of every ‘kth’ person from a circle. Find the last remaining person
Find if a string is interleaved of two other strings
sStock Buy and Sell to Maximize Profit
Remove every kth person from total of n persons sitting in a round circle
b) Implement stack using queue.