File size: 404 Bytes
e8037f8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
---
task_categories:
- text-generation
---
This dataset contains: problems and solutions in Leetcode, crawled from: https://github.com/AnasImloul/Leetcode-Solutions
The format of data:
+ title: title of the problem
+ algo_input: the description of the problem
+ solution_py: the solution in Python
+ solution_js: the solution in Js
+ solution_java: the solution in Java
+ solution_c: the solution in C |