https://github.com/jonasraoni/leetcode
My solutions to exercises and tests at https://leetcode.com
https://github.com/jonasraoni/leetcode
algorithm-challenges algorithms algorithms-and-data-structures competitive-programming javascript javascript-algorithms leetcode leetcode-javascript leetcode-javascript-solutions leetcode-questions leetcode-solutions
Last synced: about 2 months ago
JSON representation
My solutions to exercises and tests at https://leetcode.com
- Host: GitHub
- URL: https://github.com/jonasraoni/leetcode
- Owner: jonasraoni
- License: mit
- Created: 2021-02-04T18:06:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T07:25:39.000Z (about 2 years ago)
- Last Synced: 2025-03-26T08:06:46.845Z (3 months ago)
- Topics: algorithm-challenges, algorithms, algorithms-and-data-structures, competitive-programming, javascript, javascript-algorithms, leetcode, leetcode-javascript, leetcode-javascript-solutions, leetcode-questions, leetcode-solutions
- Language: JavaScript
- Homepage: https://leetcode.com/jonasraoni/
- Size: 48.8 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode
My solutions to exercises at https://leetcode.com.These are my own implementations, everything should be running fast enough to pass through all tests and also be in the top execution (I try to optimize the memory usage, but my main ambition is speed). As I enjoy small and concise codes, whatever doesn't fit in this rule means that I've suffered xD