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: Directory/Array.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,5 @@
4
4
| ID | Title | Solution |
5
5
| ------------- |:-------------:| -----:|
6
6
| 1 | Two Sum |[Two Sum](https://github.com/devmins-code/Leetcode_Solutions/blob/master/Array/0001_Two_Sum.py)|
7
-
| 1299 |Replace Elements with Greatest Element on Right Side |[Python3](https://github.com/devmins-code/Leetcode_Solutions/blob/master/Array/1299_Replace_Elements_With_Greatest_Element_On_Right_Side.py)|
7
+
| 1299 |Replace Elements with Greatest Element on Right Side |[Python3](https://github.com/devmins-code/Leetcode_Solutions/blob/master/Array/1299_Replace_Elements_With_Greatest_Element_On_Right_Side.py)|
8
+
| 1431 |Kids With the Greatest Number of Candies |[Python3](https://github.com/devmins-code/Leetcode_Solutions/blob/master/Array/1431_Kids_With_The_Greatest_Number_Of_Candies.py)|
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -21,3 +21,4 @@
21
21
| 1299 |Replace Elements with Greatest Element on Right Side |[Python3](https://github.com/devmins-code/Leetcode_Solutions/blob/master/Array/1299_Replace_Elements_With_Greatest_Element_On_Right_Side.py)|
| 1400 |Construct K Palindrome Strings |[Python3](https://github.com/devmins-code/Leetcode_Solutions/blob/master/Greedy/1400_Construct_K_Palindrome_Strings.py)|
24
+
| 1431 |Kids With the Greatest Number of Candies |[Python3](https://github.com/devmins-code/Leetcode_Solutions/blob/master/Array/1431_Kids_With_The_Greatest_Number_Of_Candies.py)|
0 commit comments