This repository contains solutions to various LeetCode problems, implemented in different programming languages.
Clone the repository:
git clone https://github.com/tajimyradov/leetcode-solutions.git
cd leetcode-solutions
Solutions are organized by problem number and language. Browse the directories to find specific solutions.
If solution is written in C++ just run make run-cpp/%
with solution number
make run-cpp/1
If solution is written in Golang just run make run-go/%
with solution number
make run-go/2