Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvarentsov/leetcode
My LeetCode solutions.
https://github.com/pvarentsov/leetcode
leetcode leetcode-solutions
Last synced: about 5 hours ago
JSON representation
My LeetCode solutions.
- Host: GitHub
- URL: https://github.com/pvarentsov/leetcode
- Owner: pvarentsov
- License: mit
- Created: 2021-12-11T16:10:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T21:26:56.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T20:02:35.575Z (5 months ago)
- Topics: leetcode, leetcode-solutions
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leetcode
> My LeetCode solutions.
## Array
* [easy: remove-duplicates-from-sorted-array](./problems/array/easy.remove-duplicates-from-sorted-array)
* [easy: remove-element](./problems/array/easy.remove-element)
* [easy: two-sum](./problems/array/easy.two-sum)
* [medium: three-sum](./problems/array/medium.three-sum)
* [medium: four-sum](./problems/array/medium.four-sum)
* [medium: sort-colors](./problems/array/medium.sort-colors)## Database
* [easy: combine-two-tables](./problems/database/easy.combine-two-tables)
* [easy: duplicate-emails](./problems/database/easy.duplicate-emails)
* [easy: swap-salary](./problems/database/easy.swap-salary)
* [medium: consecutive-numbers](./problems/database/medium.consecutive-numbers)
* [medium: department-highest-salary](./problems/database/medium.department-highest-salary)
* [medium: nth-highest-salary](./problems/database/medium.nth-highest-salary)
* [medium: rank-scores](./problems/database/medium.rank-scores)
* [medium: second-highest-salary](./problems/database/medium.second-highest-salary)## License
This project is licensed under the [MIT License](https://github.com/pvarentsov/leetcode/blob/main/LICENSE).