{
    "api": "YAML JSON TOON Database",
    "version": "1.0.0",
    "format": "json",
    "category": {
        "id": 4,
        "slug": "algorithms",
        "name": "Algorithms",
        "description": "Classic algorithms, strategies, and complexity.",
        "icon": "cpu",
        "created_at": 1783090350
    },
    "datasets": [
        {
            "id": 1,
            "slug": "backtracking-algorithms",
            "title": "Backtracking Algorithms",
            "description": "Algorithms that explore candidates and abandon partial solutions.",
            "tags": "algorithms,backtracking,recursion",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 2,
            "slug": "complexity-classes",
            "title": "Complexity Classes",
            "description": "Key computational complexity classes and the problems they contain.",
            "tags": "algorithms,complexity,p-vs-np,computability",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 3,
            "slug": "dynamic-programming-patterns",
            "title": "Dynamic Programming Patterns",
            "description": "Classic problems solved with dynamic programming.",
            "tags": "algorithms,dynamic-programming,optimization",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 4,
            "slug": "graph-traversal-algorithms",
            "title": "Graph Traversal Algorithms",
            "description": "Fundamental algorithms for navigating graphs.",
            "tags": "algorithms,graphs,traversal",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 5,
            "slug": "greedy-algorithms",
            "title": "Greedy Algorithms",
            "description": "Algorithms that make locally optimal choices at each step.",
            "tags": "algorithms,greedy,optimization",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 6,
            "slug": "search-algorithms",
            "title": "Search Algorithms",
            "description": "Reference comparison of fundamental search algorithms.",
            "tags": "algorithms,search,complexity,big-o",
            "view_count": 0,
            "created_at": 1783090350
        },
        {
            "id": 7,
            "slug": "sorting-algorithms",
            "title": "Sorting Algorithms",
            "description": "Comparison of fundamental sorting algorithms with time and space complexity.",
            "tags": "algorithms,sorting,complexity,big-o",
            "view_count": 0,
            "created_at": 1783090350
        }
    ]
}