https://github.com/trandung2k1/leetcode
https://github.com/trandung2k1/leetcode
database javascript leetcode sql-server
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trandung2k1/leetcode
- Owner: trandung2k1
- Created: 2025-07-29T17:26:53.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-07-29T17:31:18.000Z (3 months ago)
- Last Synced: 2025-07-29T20:13:32.589Z (3 months ago)
- Topics: database, javascript, leetcode, sql-server
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |