Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gs-101/leetcode-solutions
Collection of solutions for leetcode, sorted by language and named by problem number.
https://github.com/gs-101/leetcode-solutions
leetcode leetcode-cpp leetcode-java leetcode-python leetcode-python3 leetcode-rust leetcode-solutions
Last synced: 3 days ago
JSON representation
Collection of solutions for leetcode, sorted by language and named by problem number.
- Host: GitHub
- URL: https://github.com/gs-101/leetcode-solutions
- Owner: gs-101
- License: gpl-3.0
- Created: 2024-09-14T15:12:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T15:22:30.000Z (4 months ago)
- Last Synced: 2024-11-09T19:08:17.258Z (about 2 months ago)
- Topics: leetcode, leetcode-cpp, leetcode-java, leetcode-python, leetcode-python3, leetcode-rust, leetcode-solutions
- Language: Java
- Homepage: https://leetcode.com
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+title: Leetcode Solutions
#+author: Gabriel Santos#+html:
#+html:
#+html:
#+html:
#+html:* Greetings
This is my personal repository containing [[https://leetcode.com][leetcode]] solutions.
If I couldn't solve it by myself, I added the source of the solution to the top of the code in a comment.
At the bottom of the code, [[https://www.geeksforgeeks.org/time-complexity-and-space-complexity/][time and space complexities]] are described (if I or someone else could).
All of these are solved within [[https://www.gnu.org/software/emacs/][Emacs]] using [[https://github.com/kaiwk/leetcode.el][leetcode.el]].* Languages
** [[./languages/c][C]]
** [[./languages/cpp][C++]]
** [[./languages/java][Java]]
** [[./languages/python3][Python]]
** [[./languages/rust][Rust]]