Skip to content

Manraj-Mann/leetcode-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

leetcode-api

Leetcode API to fetch data about the problem

Cloning Repository

git clone https://github.com/Manraj-Mann/leetcode-api.git
cd leetcode-api

Installation

pip install -r requirements.txt

Using the program

python.exe app.py

Output after entering the link

{
    "q_number": "806",
    "title": "Domino and Tromino Tiling",
    "difficulty": "Medium", 
    "tags": ["Dynamic Programming"]

}

About

Leetcode API to fetch data about the problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages