An open API service indexing awesome lists of open source software.

https://github.com/trandung2k1/leetcode


https://github.com/trandung2k1/leetcode

database javascript leetcode sql-server

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# LeetCode

🎓 My solutions to [LeetCode](https://leetcode.com/) in JavaScript & Database

## LeetCode JavaScript

| # | Title | Solution | Difficulty |
| ---- | ----------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | ---------- |
| 2619 | [Array Prototype Last](https://leetcode.com/problems/array-prototype-last/) | [JavaScript](./Javascript/2619.%20Array%20Prototype%20Last.js) | Easy |
| 2620 | [Counter](https://leetcode.com/problems/counter/) | [JavaScript](./Javascript/2620.%20Counter.js) | Easy |
| 2621 | [Sleep](https://leetcode.com/problems/sleep/) | [JavaScript](./Javascript/2621.%20Sleep.js) | Easy |
| 2626 | [Array Reduce Transformation](https://leetcode.com/problems/array-reduce-transformation/) | [JavaScript](./Javascript/2626.%20Array%20Reduce%20Transformation.js) | Easy |
| 2629 | [Function Composition](https://leetcode.com/problems/function-composition/) | [JavaScript](./Javascript/2629.%20Function%20Composition.js) | Easy |

## LeetCode Database

| # | Title | Solution | Difficulty |
| --- | ----------------------------------------------------------------------------- | ---------------------------------------------------------------- | ---------- |
| 175 | [Combine Two Tables](https://leetcode.com/problems/combine-two-tables/) | [MS SQL Server](./Database/175.%20Combine%20Two%20Tables.sql) | Easy |
| 176 | [Second Highest Salary](https://leetcode.com/problems/second-highest-salary/) | [MS SQL Server](./Database/176.%20Second%20Highest%20Salary.sql) | Medium |
| 177 | [Nth Highest Salary](https://leetcode.com/problems/nth-highest-salary/) | [MS SQL Server](./Database/177.%20Nth%20Highest%20Salary.sql) | Medium |