|
69 | 69 | 14. Write a program to find the ***Most Frequent Element using Sorting***. [[Solution]](InterviewPrograms/src/com/java/array/FindMostFrequentUsingSorting.java)
|
70 | 70 | 15. Write a program to find the ***Most Frequent Element using HashTable***. [[Solution]](InterviewPrograms/src/com/java/array/FindMostFrequentUsingHashtable.java)
|
71 | 71 | 16. Write a java program to ***Rotate the Given Array*** d times. [[Solution]](InterviewPrograms/src/com/java/array/ArrayRotation.java)
|
72 | | -17. Find the pair of elements(X+Y) in the array whoose sum is equal to given number Z. [[Solution]](InterviewPrograms/src/com/java/array/FindPairForZ.java) |
| 72 | +17. Find the pair of elements(X+Y) in the array whose sum is equal to given number Z. [[Solution]](InterviewPrograms/src/com/java/array/FindPairForZ.java) |
73 | 73 |
|
74 | 74 | # String Based Programs
|
75 | 75 | 1. Write a java program to check Given String is Palindrome or NOT. [[Solution]](InterviewPrograms/src/com/java/strings/Palindrome.java)
|
|
0 commit comments