Skip to content

MarkusJohansen/Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

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: <number> <short version of challenge name> every folder will have contain files with the same name as the language used to solve the challenge: <lanuage>.<format>

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)

About

This repository contains a set of leetcode solutions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published