Skip to content

Commit b586df1

Browse files
committed
update: ReadMe
1 parent 1ab7e40 commit b586df1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Directory/Array.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
| ID | Title | Solution |
55
| ------------- |:-------------:| -----:|
66
| 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)|

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
| 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)|
2222
| 1370 |Increasing Decreasing String | [Python3](https://github.com/devmins-code/Leetcode_Solutions/blob/master/String/1370_Increasing_Decreasing_String.py)|
2323
| 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

Comments
 (0)