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.
- Host: GitHub
- URL: https://github.com/markusjohansen/leetcode
- Owner: MarkusJohansen
- Created: 2022-09-28T12:13:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-27T20:06:13.000Z (almost 3 years ago)
- Last Synced: 2024-01-09T23:33:42.921Z (almost 2 years ago)
- Topics: algorithms, javascript, leetcode, leetcode-solutions, python
- Language: Python
- Homepage: https://leetcode.com/markusarj/
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)