kate-melnykova / LeetCode-solutions

Solutions to LeetCode problems along with test cases, time and space complexity, and documentation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCode-solutions

Solutions to LeetCode problems along with testcases, states runtime and space complexitites, and documentation of solutions. LeetCode-logo

Solutions to LeetCode problems for my own record

I've been solving LeetCode problems for a while as a hobby, but then I found myself in a habit of not documenting the code and not thinking of test cases. This repository's aim is to fix these issues in my code.

To run any piece of the LeetCode problem, run

python3 <file_name>

for .py files and

node <filename>

to run the '.js' files.

About

Solutions to LeetCode problems along with test cases, time and space complexity, and documentation.


Languages

Language:Python 86.2%Language:Java 11.0%Language:JavaScript 2.9%