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