{"id":18801755,"url":"https://github.com/brunomnsilva/abstractdatatypesinc","last_synced_at":"2025-10-03T21:06:59.967Z","repository":{"id":163606509,"uuid":"255377524","full_name":"brunomnsilva/AbstractDataTypesInC","owner":"brunomnsilva","description":"Collection of abstract data types in C language","archived":false,"fork":false,"pushed_at":"2024-04-29T14:17:47.000Z","size":111,"stargazers_count":6,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T08:58:15.461Z","etag":null,"topics":["abstract-data-types","adts","c","clanguage","doxygen"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brunomnsilva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-13T16:12:40.000Z","updated_at":"2024-09-21T13:35:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"670a62e1-fbcc-45e6-b783-4208badb053f","html_url":"https://github.com/brunomnsilva/AbstractDataTypesInC","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunomnsilva%2FAbstractDataTypesInC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunomnsilva%2FAbstractDataTypesInC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunomnsilva%2FAbstractDataTypesInC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunomnsilva%2FAbstractDataTypesInC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brunomnsilva","download_url":"https://codeload.github.com/brunomnsilva/AbstractDataTypesInC/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248752523,"owners_count":21156107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abstract-data-types","adts","c","clanguage","doxygen"],"created_at":"2024-11-07T22:25:05.229Z","updated_at":"2025-10-03T21:06:59.938Z","avatar_url":"https://github.com/brunomnsilva.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Abstract Data Types in C\n\nThis respository contains specifications and implementations for several abstract data types in C, namely:\n\n- ADT Complex (simple/mathematical);\n- ADT Time (simple/mathematical);\n- ADT Stack (collection);\n- ADT Queue (collection);\n- ADT List (collection);\n- ADT Map (collection);\n\nImplementations using different *linear data structures*, namely *arrays* and *linked lists* are included for some ADTs.\n\n## Structure\n\nEach ADT is provided in its own directory.\n\n### Documentation\n\nEach ADT specification and files are documented with *doxygen* format.\n\n### Compiling\n\nYou can make use of the supplied `makefile` for each directory.\n\n## Contributing\n\nYou can fork this project or submit a pull request. Pull requests should adhere to the existing naming and *doxygen* conventions.\n\nYou can provide different implementations for the existing ADTs and/or contribute with other ADTs.\n\n## Authors\n\n* Original author: **Bruno Silva** - [(GitHub page)](https://github.com/brunomnsilva) | [(Personal page)](https://www.brunomnsilva.com/)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE.txt) file for details. **All derivative work should include this license**.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunomnsilva%2Fabstractdatatypesinc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunomnsilva%2Fabstractdatatypesinc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunomnsilva%2Fabstractdatatypesinc/lists"}