Skip to content

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

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages