Skip to content

Commit e8634b3

Browse files
authored
Merge pull request #26 from JAYKALIA007/main
Week 5 questions
2 parents a3141a8 + 6611a98 commit e8634b3

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Questions/week5/questions.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<h1 align="center">Week 5</h1>
2+
3+
### Easy
4+
5+
1. Reverse a string.
6+
7+
2. Check whether a string is palindrome or not.
8+
9+
3. Find duplicate characters in a string.
10+
11+
12+
13+
### Medium
14+
15+
4. Write a program to check if one string is the rotation of another.
16+
17+
5. Find the longest palindrome in a string.
18+
19+
6. Find first and last positions of an element in a sorted array.
20+
21+
7. Search an element ina rotated and sorted array.
22+
23+
8. find the majority elemment.

0 commit comments

Comments
 (0)