{"id":16260147,"url":"https://github.com/kautenja/doubly-linked-list","last_synced_at":"2025-04-08T13:50:13.375Z","repository":{"id":97116440,"uuid":"199313247","full_name":"Kautenja/doubly-linked-list","owner":"Kautenja","description":"A simple and tested C++ implementation of a doubly linked list data structure and algorithms.","archived":false,"fork":false,"pushed_at":"2019-07-28T16:58:15.000Z","size":697,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T10:18:28.633Z","etag":null,"topics":["cpp11","doubly-linked-list","header-only","tested"],"latest_commit_sha":null,"homepage":"","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/Kautenja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-07-28T16:48:31.000Z","updated_at":"2019-07-28T17:06:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"05cd5118-33fa-4c76-a2f4-179cfa5ac759","html_url":"https://github.com/Kautenja/doubly-linked-list","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"9f7f752685fd6b9cae25236a9467a734df74d428"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kautenja%2Fdoubly-linked-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kautenja%2Fdoubly-linked-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kautenja%2Fdoubly-linked-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kautenja%2Fdoubly-linked-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kautenja","download_url":"https://codeload.github.com/Kautenja/doubly-linked-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247855171,"owners_count":21007511,"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":["cpp11","doubly-linked-list","header-only","tested"],"created_at":"2024-10-10T16:06:30.521Z","updated_at":"2025-04-08T13:50:13.358Z","avatar_url":"https://github.com/Kautenja.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Doubly Linked List\n\n[![build-status][]][build-server]\n\n[build-status]: https://travis-ci.com/Kautenja/doubly-linked-list.svg\n[build-server]: https://travis-ci.com/Kautenja/doubly-linked-list\n\n# Roadmap\n\n- [x] push back\n- [x] append\n- [x] remove\n- [x] is_empty\n- [x] count\n- [ ] find\n\n# Usage\n\nSimply add [include/doubly_linked_list.hpp](include/doubly_linked_list.hpp) to\nyour C++ project either by copying directly or using git submodules.\n\n## Testing\n\nTo compile and run the [test suite](test):\n\n```shell\nscons test\n```\n\n## Benchmarking\n\nTo run benchmarks:\n\n```shell\nscons benchmark/benchmark_dll.cpp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkautenja%2Fdoubly-linked-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkautenja%2Fdoubly-linked-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkautenja%2Fdoubly-linked-list/lists"}