useful-lists / lists /practice.json
ghost613's picture
Update lists/practice.json
7882c94 verified
raw
history blame contribute delete
953 Bytes
{
"name": "Coding & ML Practice",
"items": [
{
"name": "Kaggle",
"description": "Data science competitions and datasets",
"link": "https://www.kaggle.com/"
},
{
"name": "Deep-ML",
"description": "Machine learning resources, tutorials and research papers",
"link": "https://deep-ml.com/"
},
{
"name": "LeetCode",
"description": "Platform for practicing coding interview questions and algorithms",
"link": "https://leetcode.com/"
},
{
"name": "Codeforces",
"description": "Competitive programming platform with contests and problem sets",
"link": "https://codeforces.com/"
},
{
"name": "Project Euler",
"description": "Math inclined problem sets",
"link": "https://projecteuler.net/"
},
{
"name": "TypeRacer",
"description": "Speed typing platform",
"link": "https://play.typeracer.com/"
}
]
}