A python package to get metadata of LeetCode problems
Project description
LeetCode Problem Info
Get information of LeetCode problems
Instructions
- Install:
pip install Leetcode-problem-info
- import
from LeetCode_problem_info import problem_info
initialize drive object to get problem data
drive = problem_info.Get_Info()
Get problem title using problem id
drive.problem_title(id)
Get problem details by entering problem id
drive.problem_details(id)
Output: ['Two Sum', '45.20%', 'Easy']
Get problem url
by entering problem id
drive.problem_url(id)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for LeetCode-problem-info-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30c372c92c40f87d02bd13290d744f0c1775aef13c6c447e9464db0e9c88ab13 |
|
MD5 | 0914a096fbb369cab733c7dd5ab41f58 |
|
BLAKE2b-256 | a953d1d27ec8f8187099ce0e28748dd4d0211f791e06c96606828fecb3baa6c8 |
Close
Hashes for LeetCode_problem_info-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4028d0dd4140cc47f7eccfc312e58a296de581b7dcd607d27e229dbc4cf1971 |
|
MD5 | 242cbcc4693e8aa5a4e6ff704fa53348 |
|
BLAKE2b-256 | 66e80671f5426c90f31a77784011a7c1a78f218c874d6876be7e5fa18ddddc8c |