Skip to content

A JSON representation of publicly available LeetCode Problems (not including premium problems) for usage in scientific research so you don't have to get all the problems by yourself

Notifications You must be signed in to change notification settings

nkoepke/LeetCodeProblems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LeetCodeProblems

A JSON representation of publicly available LeetCode Problems (not including premium problems) for usage in scientific research so you don't have to get all the problems by yourself

code_problems.json

[
  {
        "id": string
        "title": string
        "difficulty": string
        "likes": number
        "dislikes": number
        "tags": array[string]
        "description": string
        "accessible": boolean
    },
    ...
]

About

A JSON representation of publicly available LeetCode Problems (not including premium problems) for usage in scientific research so you don't have to get all the problems by yourself

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages