Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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]]