You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ Welcome to a robust and versatile repository of LeetCode solutions! This reposit
10
10
11
11
## What You'll Find Here
12
12
13
-
-**Wide Range of Problems:** Our collection includes an extensive range of LeetCode problems, covering various topics and difficulty levels – from Easy to Hard.
14
-
-**Multi-Language Support:** We offer solutions in several programming languages, including Python, C++, JavaScript, SQL, and TypeScript, catering to a diverse coding community.
15
-
-**Organized and Accessible:** Each solution is meticulously organized by difficulty and language, making it easy to navigate and find what you need.
16
-
-**In-Depth Explanations:** You'll find README files in each problem folder with detailed explanations of the problem, the approach taken, and a thorough walkthrough of the solution.
13
+
-**Wide Range of Problems:** Our collection includes an extensive range of LeetCode problems, covering various topics and difficulty levels – from Easy to Hard.
14
+
-**Multi-Language Support:** We offer solutions in several programming languages, including Python, C++, JavaScript, SQL, and TypeScript, catering to a diverse coding community.
15
+
-**Organized and Accessible:** Each solution is meticulously organized by difficulty and language, making it easy to navigate and find what you need.
16
+
-**In-Depth Explanations:** You'll find README files in each problem folder with detailed explanations of the problem, the approach taken, and a thorough walkthrough of the solution.
17
17
18
18
## Statistics
19
19
@@ -23,9 +23,9 @@ Welcome to a robust and versatile repository of LeetCode solutions! This reposit
23
23
24
24
The solutions are organized as follows:
25
25
26
-
-**Difficulty:** Problems are categorized into Easy, Medium, and Hard.
27
-
-**Languages:** Solutions are available in multiple programming languages, including Python, C++, JavaScript, SQL, and TypeScript.
28
-
-**Problem Titles:** Each problem is named after its LeetCode title.
26
+
-**Difficulty:** Problems are categorized into Easy, Medium, and Hard.
27
+
-**Languages:** Solutions are available in multiple programming languages, including Python, C++, JavaScript, SQL, and TypeScript.
28
+
-**Problem Titles:** Each problem is named after its LeetCode title.
29
29
30
30
## Question List
31
31
@@ -165,6 +165,7 @@ The solutions are organized as follows:
| 0215 |[Kth Largest Element in an Array](https://leetcode.com/problems/kth-largest-element-in-an-array/)|[Python](./0215-kth-largest-element-in-an-array/0215-kth-largest-element-in-an-array.py)|[Medium](./0215-kth-largest-element-in-an-array/README.md)|
0 commit comments