|
233 | 233 | |200|[Number of Islands](https://leetcode.com/problems/number-of-islands/)| |Medium|
|
234 | 234 | |199|[Binary Tree Right Side View](https://leetcode.com/problems/binary-tree-right-side-view/)| |Medium|
|
235 | 235 | |198|[House Robber](https://leetcode.com/problems/house-robber/)| |Easy|
|
| 236 | +|197|[Rising Temperature](https://leetcode.com/problems/rising-temperature/)| [Mysql](./algorithms/risingTemperature/Solution.sql) |Easy| |
236 | 237 | |196|[Delete Duplicate Emails](https://leetcode.com/problems/delete-duplicate-emails/)| [Mysql](./algorithms/deleteDuplicateEmails/Solution.sql) |Easy|
|
237 | 238 | |191|[Number of 1 Bits](https://leetcode.com/problems/number-of-1-bits/)| [java](./algorithms/numberof1bits/Solution.java) |Easy|
|
238 | 239 | |190|[Reverse Bits](https://leetcode.com/problems/reverse-bits/)| |Easy|
|
239 | 240 | |189|[Rotate Array](https://leetcode.com/problems/rotate-array/)| |Easy|
|
240 | 241 | |188|[Best Time to Buy and Sell Stock IV](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iv/)| |Hard|
|
241 | 242 | |187|[Repeated DNA Sequences](https://leetcode.com/problems/repeated-dna-sequences/)| |Medium|
|
242 | 243 | |186|[Reverse Words in a String II](https://leetcode.com/problems/reverse-words-in-a-string-ii/) ♥ | |Medium|
|
| 244 | +|184|[Department Highest Salary/](https://leetcode.com/problems/department-highest-salary/)| [Mysql](./algorithms/departmentHightestSalary/Solution.sql) |Medium| |
243 | 245 | |183|[Customers Who Never Order](https://leetcode.com/problems/customers-who-never-order/)| [Mysql](./algorithms/customersWhoNeverOrder/Solution.sql) |Easy|
|
244 | 246 | |182|[Duplicate Email](https://leetcode.com/problems/duplicate-emails/)| [Mysql](./algorithms/duplicateEmails/Solution.sql) |Easy|
|
245 | 247 | |181|[Employees Earning More Than Their Managers](https://leetcode.com/problems/employees-earning-more-than-their-managers/)| [Mysql](./algorithms/employeesEarningMoreThanTheirManagers/Solution.sql) |Easy|
|
246 | 248 | |179|[Largest Number](https://leetcode.com/problems/largest-number/) | |Medium|
|
| 249 | +|177|[Nth Highest Salary](https://leetcode.com/problems/nth-highest-salary/)| [Mysql](./algorithms/nthHightestSalary/Solution.sql) |Easy| |
247 | 250 | |176|[Second Highest Salary](https://leetcode.com/problems/second-highest-salary/)| [Mysql](./algorithms/secondHightestSalary/Solution.sql) |Easy|
|
248 | 251 | |175|[Combine Two Tables](https://leetcode.com/problems/combine-two-tables/)| [Mysql](./algorithms/combineTwoTable/Solution.sql) |Easy|
|
249 | 252 | |174|[Dungeon Game](https://leetcode.com/problems/dungeon-game/) | |Hard|
|
|
0 commit comments