2 Forks
6 Stars
6 Watchers

Leetcode

It contains the topic-wise solutions to Data Structure and Algorithm problems from Leetcode, which I have been practicing in C, C++ and python.

How to download and setup Leetcode

Open terminal and run command
git clone https://github.com/KrishT0/Leetcode.git
git clone is used to create a copy or clone of Leetcode repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Leetcode https://github.com/KrishT0/Leetcode/archive/master.zip

Or simply clone Leetcode with SSH
[email protected]:KrishT0/Leetcode.git

If you have some problems with Leetcode

You may open issue on Leetcode support forum (system) here: https://github.com/KrishT0/Leetcode/issues