Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 301 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 301 Bytes

LeetCode

This repository contains solutions to Leetcode problems for a couple of programming languages.

Follow these steps to run the code.

Get the code

go get github.com/SamuelMuloki/LeetCode/

Run the code

Go

cd go && go run main.go

JS

cd js && node main.js