home » zplus/dokk.git
ID: fd68cd3271bced5f506ac7aec03a08d7ef192d5a
29 lines — 856B — View raw


{
    "@context": {
        "library": "dokk:vocab:library:",
        "license": "dokk:vocab:license:",
        "license:licensed_under": {
            "@type": "@id"
        },
        "license:translation_of": {
            "@type": "@id"
        },
        "blob": "dokk:vocab:blob:"
    },
    "@type": [
        "library:Item"
    ],
    "@id": "dokk:algorithms_2019_Erickson",
    "library:website": "https://jeffe.cs.illinois.edu/teaching/algorithms/",
    "library:author": [
        "Jeff Erickson"
    ],
    "license:licensed_under": [
        "dokk:license:CC-BY-4.0"
    ],
    "library:title": "Algorithms",
    "blob:at": {
        "@id": "file:/pdf/algorithms_2019_Erickson.pdf",
        "blob:primary_source": "http://jeffe.cs.illinois.edu/teaching/algorithms/book/Algorithms-JeffE.pdf",
        "blob:retrieval_date": "2023-04-30"
    }
}