ghost613 commited on
Commit
6968d33
·
verified ·
1 Parent(s): e71c01b

Update lists/practice.json

Browse files
Files changed (1) hide show
  1. 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
- "name": "Deep-ML",
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
  }