Discover AI-powered personalized learning paths
Learn the fundamentals of programming with Python. Perfect for beginners starting their coding journey.
Master arrays, linked lists, trees, and graphs. Essential for technical interviews.
Advanced algorithmic thinking and optimization techniques for complex problem solving.
Interactive learning path mapping with AI-driven connections and dependency tracking
Comprehensive computer science curriculum based on Hunter College CUNY data
Test and explore our educational platform API endpoints
{
"courses": [
{
"id": "CS101",
"name": "Intro to Programming",
"level": "beginner",
"duration": "12 weeks"
},
{
"id": "DS201",
"name": "Data Structures",
"level": "intermediate",
"duration": "10 weeks"
}
]
}
{
"nodes": [
{"id": "variables", "category": "fundamentals"},
{"id": "loops", "category": "control"},
{"id": "functions", "category": "modular"}
],
"links": [
{"source": "variables", "target": "loops"},
{"source": "loops", "target": "functions"}
]
}
{
"success": true,
"file_id": "f123456",
"filename": "lecture_notes.pdf",
"upload_time": "2025-01-15T10:30:00Z"
}