Leetcode is a common interview assessment process for demonstrating how able an applicant is at understanding, developing and explaining a solution to an unknown coding problem. Solutions are judged on their correctness, readability, and how optimal it is in terms of the space and time complexity of the program when executing.
- me
This repository documents my attempts for the problems hosted on leetcode.com and are predominantly written in Python.
Use the following command to clone the respository:
cd your/repo/directory
git clone https://github.com/edgorman/Leetcode
For Python solutions, make sure you have Python installed before running the command:
cd problems/problem-name
python solution.py