Fraser-Greenlee
commited on
Commit
·
d28b899
1
Parent(s):
0fc8b1d
link viz
Browse files
README.md
CHANGED
@@ -10,3 +10,5 @@ Scraped from my dataset of traced HackerRank solutions. https://www.kaggle.com/f
|
|
10 |
{"start": "a = 1; b = 2; d = 4; i = 3; j = 2", "code": "i, j = a + (j - b), b + (d - (i - a))", "end": "a = 1; b = 2; d = 4; i = 1; j = 4"}
|
11 |
{"start": "b = 15", "code": "b = b // 2", "end": "b = 7"}
|
12 |
```
|
|
|
|
|
|
10 |
{"start": "a = 1; b = 2; d = 4; i = 3; j = 2", "code": "i, j = a + (j - b), b + (d - (i - a))", "end": "a = 1; b = 2; d = 4; i = 1; j = 4"}
|
11 |
{"start": "b = 15", "code": "b = b // 2", "end": "b = 7"}
|
12 |
```
|
13 |
+
|
14 |
+
Get an overview of the dataset from seeing the frequency of different ASTs. https://observablehq.com/@frasergreenlee/python-lines-dataset
|