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

https://github.com/markusjohansen/leetcode

This repository contains a set of leetcode solutions.
https://github.com/markusjohansen/leetcode

algorithms javascript leetcode leetcode-solutions python

Last synced: 16 days ago
JSON representation

This repository contains a set of leetcode solutions.

Awesome Lists containing this project

README

          

# My Leetcode repository

This repository contains a set of leetcode solutions.

## Guide

there are some conventions to the structure of this project:

### Folder and file names

as leetcode challenges are numbered, named and can be completed in different languages, each language will have its own folder.
the folder will be named by the convention:
``` ```
every folder will have contain files with the same name as the language used to solve the challenge:
```.```

an example of what path will look like: ```../Leetcode/Algorithms/1 two sum/python.py```

### Description of the challenge

will be commented as a multiline comment at top of file (if possible)