Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d71dce1

Browse files
Update README.md
1 parent 5baab60 commit d71dce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
14. Write a program to find the ***Most Frequent Element using Sorting***. [[Solution]](InterviewPrograms/src/com/java/array/FindMostFrequentUsingSorting.java)
7070
15. Write a program to find the ***Most Frequent Element using HashTable***. [[Solution]](InterviewPrograms/src/com/java/array/FindMostFrequentUsingHashtable.java)
7171
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)
7373

7474
# String Based Programs
7575
1. Write a java program to check Given String is Palindrome or NOT. [[Solution]](InterviewPrograms/src/com/java/strings/Palindrome.java)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /