Spaces:
Sleeping
Sleeping
Update lists/practice.json
Browse files- lists/practice.json +12 -10
lists/practice.json
CHANGED
@@ -1,6 +1,16 @@
|
|
1 |
{
|
2 |
"name": "Coding & ML Practice",
|
3 |
"items": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
{
|
5 |
"name": "LeetCode",
|
6 |
"description": "Platform for practicing coding interview questions and algorithms",
|
@@ -11,15 +21,7 @@
|
|
11 |
"description": "Competitive programming platform with contests and problem sets",
|
12 |
"link": "https://codeforces.com/"
|
13 |
},
|
14 |
-
|
15 |
-
|
16 |
-
"description": "Machine learning resources, tutorials and research papers",
|
17 |
-
"link": "https://deep-ml.com/"
|
18 |
-
},
|
19 |
-
{
|
20 |
-
"name": "Kaggle",
|
21 |
-
"description": "Data science competitions and datasets",
|
22 |
-
"link": "https://www.kaggle.com/"
|
23 |
-
}
|
24 |
]
|
25 |
}
|
|
|
1 |
{
|
2 |
"name": "Coding & ML Practice",
|
3 |
"items": [
|
4 |
+
{
|
5 |
+
"name": "Kaggle",
|
6 |
+
"description": "Data science competitions and datasets",
|
7 |
+
"link": "https://www.kaggle.com/"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"name": "Deep-ML",
|
11 |
+
"description": "Machine learning resources, tutorials and research papers",
|
12 |
+
"link": "https://deep-ml.com/"
|
13 |
+
},
|
14 |
{
|
15 |
"name": "LeetCode",
|
16 |
"description": "Platform for practicing coding interview questions and algorithms",
|
|
|
21 |
"description": "Competitive programming platform with contests and problem sets",
|
22 |
"link": "https://codeforces.com/"
|
23 |
},
|
24 |
+
|
25 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
]
|
27 |
}
|