We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39519f1 commit 10b8107Copy full SHA for 10b8107
1287_Element_Appearing_More_Than_25%_In_Sorted_Array.java
@@ -1,7 +1,13 @@
1
-// id: 1287
2
-// Name: Element Appearing More Than 25% In Sorted Array
3
-// link: https://leetcode.com/problems/element-appearing-more-than-25-in-sorted-array/
4
-// Difficulty: Easy
+/*
+ * 1287. Element Appearing More Than 25% In Sorted Array
+ * Problem Link: https://leetcode.com/problems/element-appearing-more-than-25-in-sorted-array/
+ * Difficulty: Easy
5
+ *
6
+ * Solution Created by: Muhammad Khuzaima Umair
7
+ * LeetCode : https://leetcode.com/mkhuzaima/
8
+ * Github : https://github.com/mkhuzaima
9
+ * LinkedIn : https://www.linkedin.com/in/mkhuzaima/
10
+ */
11
12
class Solution {
13
public int findSpecialInteger(int[] arr) {
0 commit comments