Skip to content

Commit 9be27f2

Browse files
[Auto] Update LeetCode README table
1 parent 8a1c72e commit 9be27f2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
445445
| 1018. Largest Perimeter Triangle | [🔗](https://leetcode.romitsagu.com/solutions/1018/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Math, Greedy, Sorting |
446446
| 1019. Squares Of A Sorted Array | [🔗](https://leetcode.romitsagu.com/solutions/1019/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Two Pointers, Sorting |
447447
| 1054. Complement Of Base 10 Integer | [🔗](https://leetcode.romitsagu.com/solutions/1054/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Bit Manipulation |
448+
| 1064. Smallest Integer Divisible By K | [🔗](https://leetcode.romitsagu.com/solutions/1064/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Hash Table, Math |
448449
| 1071. Binary Prefix Divisible By 5 | [🔗](https://leetcode.romitsagu.com/solutions/1071/) | ![Easy](https://img.shields.io/badge/Difficulty-Easy-4c1.svg) | Array, Bit Manipulation |
449450
| 1087. Longest Arithmetic Subsequence | [🔗](https://leetcode.romitsagu.com/solutions/1087/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Hash Table, Binary Search, Dynamic Programming |
450451
| 1105. Uncrossed Lines | [🔗](https://leetcode.romitsagu.com/solutions/1105/) | ![Medium](https://img.shields.io/badge/Difficulty-Medium-f9c851.svg) | Array, Dynamic Programming |

Site_README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
441441
| 1018. Largest Perimeter Triangle | [🔗](https://leetcode.romitsagu.com/solutions/1018/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Math, Greedy, Sorting |
442442
| 1019. Squares Of A Sorted Array | [🔗](https://leetcode.romitsagu.com/solutions/1019/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Two Pointers, Sorting |
443443
| 1054. Complement Of Base 10 Integer | [🔗](https://leetcode.romitsagu.com/solutions/1054/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Bit Manipulation |
444+
| 1064. Smallest Integer Divisible By K | [🔗](https://leetcode.romitsagu.com/solutions/1064/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Hash Table, Math |
444445
| 1071. Binary Prefix Divisible By 5 | [🔗](https://leetcode.romitsagu.com/solutions/1071/) | <span style="background-color:#ffffff1a; color:#46c6c2; padding:2px 6px; border-radius:6px;">Easy</span> | Array, Bit Manipulation |
445446
| 1087. Longest Arithmetic Subsequence | [🔗](https://leetcode.romitsagu.com/solutions/1087/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Hash Table, Binary Search, Dynamic Programming |
446447
| 1105. Uncrossed Lines | [🔗](https://leetcode.romitsagu.com/solutions/1105/) | <span style="background-color:#ffffff1a; color:#fac31d; padding:2px 6px; border-radius:6px;">Medium</span> | Array, Dynamic Programming |

0 commit comments

Comments
 (0)