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
| 179. Largest Number |[🔗](https://leetcode.romitsagu.com/solutions/179/)|| Array, String, Greedy, Sorting |
140
+
| 181. Employees Earning More Than Their Managers |[🔗](https://leetcode.romitsagu.com/solutions/181/)|| Database |
| 187. Repeated Dna Sequences |[🔗](https://leetcode.romitsagu.com/solutions/187/)|| Hash Table, String, Bit Manipulation, Sliding Window, Rolling Hash, Hash Function |
141
143
| 190. Reverse Bits |[🔗](https://leetcode.romitsagu.com/solutions/190/)|| Divide and Conquer, Bit Manipulation |
142
144
| 191. Number Of 1 Bits |[🔗](https://leetcode.romitsagu.com/solutions/191/)|| Divide and Conquer, Bit Manipulation |
@@ -170,13 +172,17 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
| 371. Sum Of Two Integers |[🔗](https://leetcode.romitsagu.com/solutions/371/)|| Math, Bit Manipulation |
172
174
| 374. Guess Number Higher Or Lower |[🔗](https://leetcode.romitsagu.com/solutions/374/)|| Binary Search, Interactive |
175
+
| 378. Kth Smallest Element In A Sorted Matrix |[🔗](https://leetcode.romitsagu.com/solutions/378/)|| Array, Binary Search, Sorting, Heap (Priority Queue), Matrix |
173
176
| 389. Find The Difference |[🔗](https://leetcode.romitsagu.com/solutions/389/)|| Hash Table, String, Bit Manipulation, Sorting |
| 401. Binary Watch |[🔗](https://leetcode.romitsagu.com/solutions/401/)|| Backtracking, Bit Manipulation |
176
180
| 405. Convert A Number To Hexadecimal |[🔗](https://leetcode.romitsagu.com/solutions/405/)|| Math, String, Bit Manipulation |
177
181
| 421. Maximum Xor Of Two Numbers In An Array |[🔗](https://leetcode.romitsagu.com/solutions/421/)|| Array, Hash Table, Bit Manipulation, Trie |
178
182
| 461. Hamming Distance |[🔗](https://leetcode.romitsagu.com/solutions/461/)|| Bit Manipulation |
179
183
| 464. Can I Win |[🔗](https://leetcode.romitsagu.com/solutions/464/)|| Math, Dynamic Programming, Bit Manipulation, Memoization, Game Theory, Bitmask |
184
+
| 473. Matchsticks To Square |[🔗](https://leetcode.romitsagu.com/solutions/473/)|| Array, Dynamic Programming, Backtracking, Bit Manipulation, Bitmask |
185
+
| 476. Number Complement |[🔗](https://leetcode.romitsagu.com/solutions/476/)|| Bit Manipulation |
| 1054. Complement Of Base 10 Integer |[🔗](https://leetcode.romitsagu.com/solutions/1054/)|| Bit Manipulation |
| 187. Repeated Dna Sequences |[🔗](https://leetcode.romitsagu.com/solutions/187/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Hash Table, String, Bit Manipulation, Sliding Window, Rolling Hash, Hash Function |
141
143
| 190. Reverse Bits |[🔗](https://leetcode.romitsagu.com/solutions/190/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Divide and Conquer, Bit Manipulation |
142
144
| 191. Number Of 1 Bits |[🔗](https://leetcode.romitsagu.com/solutions/191/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Divide and Conquer, Bit Manipulation |
@@ -170,13 +172,17 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
| 371. Sum Of Two Integers |[🔗](https://leetcode.romitsagu.com/solutions/371/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Math, Bit Manipulation |
172
174
| 374. Guess Number Higher Or Lower |[🔗](https://leetcode.romitsagu.com/solutions/374/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Binary Search, Interactive |
175
+
| 378. Kth Smallest Element In A Sorted Matrix |[🔗](https://leetcode.romitsagu.com/solutions/378/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Binary Search, Sorting, Heap (Priority Queue), Matrix |
173
176
| 389. Find The Difference |[🔗](https://leetcode.romitsagu.com/solutions/389/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Hash Table, String, Bit Manipulation, Sorting |
| 405. Convert A Number To Hexadecimal |[🔗](https://leetcode.romitsagu.com/solutions/405/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Math, String, Bit Manipulation |
177
181
| 421. Maximum Xor Of Two Numbers In An Array |[🔗](https://leetcode.romitsagu.com/solutions/421/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Hash Table, Bit Manipulation, Trie |
0 commit comments