{"id":22010117,"url":"https://github.com/azrielx86/linked-list-cpp","last_synced_at":"2025-03-23T07:40:20.385Z","repository":{"id":156379055,"uuid":"512966972","full_name":"Azrielx86/Linked-List-cpp","owner":"Azrielx86","description":"An example of a double linked list in C++","archived":false,"fork":false,"pushed_at":"2022-07-13T20:56:20.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T04:43:12.653Z","etag":null,"topics":["data-structures","linked-list"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Azrielx86.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-07-12T02:04:15.000Z","updated_at":"2022-07-15T02:37:53.000Z","dependencies_parsed_at":"2023-07-21T23:42:53.707Z","dependency_job_id":null,"html_url":"https://github.com/Azrielx86/Linked-List-cpp","commit_stats":null,"previous_names":["azrielx86/linked-list-cpp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azrielx86%2FLinked-List-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azrielx86%2FLinked-List-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azrielx86%2FLinked-List-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azrielx86%2FLinked-List-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azrielx86","download_url":"https://codeload.github.com/Azrielx86/Linked-List-cpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245072250,"owners_count":20556353,"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":["data-structures","linked-list"],"created_at":"2024-11-30T02:12:03.678Z","updated_at":"2025-03-23T07:40:20.357Z","avatar_url":"https://github.com/Azrielx86.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Double linked list example in C++\n\nThere is an example of a double linked list that supports multiple types like int, float, double, string, etc.\n\nFor this example, it creates three lists: int, float and string.\n\n## Compilation\n\nI know that it don't need cmake (it's like killing a fly with a bazooka).\n\nWith cmake\n\n    mkdir build \u0026\u0026 cd build\n    cmake ..\n    cmake --build .\n\nWith clang or gcc\n\n    clang++ **/*.cpp -o linked-lists\nor\n\n    g++ **/*.cpp -o linked-lists\n\n## Menus\n\nMain menu\n\n    Select a list: \n    [1] int\n    [2] float\n    [3] string\n    [q] quit\n    option \u003e \n\nAction to list\n\n    Using list: int\n    Select Action: \n    [1] add\n    [2] delete\n    [3] clear\n    [r] return\n    option \u003e\n\nExample with data added\n\n    Int list:    [15] [56] [76] [96] [21] [212] \n    Float list:  [43.1] [54] [65.3] [76.4] \n    String list: [Hello] [World] [from] [C++!] \n    Select a list: \n    [1] int\n    [2] float\n    [3] string\n    [q] quit\n    option \u003e ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazrielx86%2Flinked-list-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazrielx86%2Flinked-list-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazrielx86%2Flinked-list-cpp/lists"}