Leetcode API to fetch data about the problem
git clone https://github.com/Manraj-Mann/leetcode-api.git
cd leetcode-api
pip install -r requirements.txt
python.exe app.py
{
"q_number": "806",
"title": "Domino and Tromino Tiling",
"difficulty": "Medium",
"tags": ["Dynamic Programming"]
}