khaimaitien commited on
Commit
e8037f8
1 Parent(s): c447160

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-generation
4
+ ---
5
+
6
+ This dataset contains: problems and solutions in Leetcode, crawled from: https://github.com/AnasImloul/Leetcode-Solutions
7
+
8
+ The format of data:
9
+ + title: title of the problem
10
+ + algo_input: the description of the problem
11
+ + solution_py: the solution in Python
12
+ + solution_js: the solution in Js
13
+ + solution_java: the solution in Java
14
+ + solution_c: the solution in C