Welcome to the Leetcode Solutions! This repository contains solutions to various Leetcode problems, implemented in Java. Whether you are preparing for technical interviews, brushing up on your problem-solving skills, or simply exploring algorithmic challenges, you'll find a wide range of problems and solutions here.
- Clone the repository:
git clone [email protected]:sankalpbhatt/leetcode.git cd leetcode
- Import gradle project in your favourite IDE.
- Run
./gradlew clean build - Navigate through the projevct for your solution