{"id":28881993,"url":"https://github.com/carbon-404/double-linked-list","last_synced_at":"2025-12-26T11:51:03.786Z","repository":{"id":271940498,"uuid":"915023748","full_name":"Carbon-404/Double-Linked-List","owner":"Carbon-404","description":"Double linked lists in C++","archived":false,"fork":false,"pushed_at":"2025-01-13T08:28:10.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T07:48:28.726Z","etag":null,"topics":["cpp","linked-lists","oop"],"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/Carbon-404.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":"2025-01-10T19:55:24.000Z","updated_at":"2025-01-13T08:28:13.000Z","dependencies_parsed_at":"2025-01-13T09:34:52.648Z","dependency_job_id":null,"html_url":"https://github.com/Carbon-404/Double-Linked-List","commit_stats":null,"previous_names":["maximealgosup/double-linked-list-viewer","maximealgosup/double-linked-list","carbon-404/double-linked-list"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Carbon-404/Double-Linked-List","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carbon-404%2FDouble-Linked-List","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carbon-404%2FDouble-Linked-List/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carbon-404%2FDouble-Linked-List/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carbon-404%2FDouble-Linked-List/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Carbon-404","download_url":"https://codeload.github.com/Carbon-404/Double-Linked-List/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Carbon-404%2FDouble-Linked-List/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261014156,"owners_count":23097185,"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":["cpp","linked-lists","oop"],"created_at":"2025-06-20T20:41:52.775Z","updated_at":"2025-12-26T11:51:03.781Z","avatar_url":"https://github.com/Carbon-404.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Double-Linked-List-Viewer\nThis workshop serve as training with OOP and data sorting algorithm with C++.\n\n## What you gonna find in this project?\n- A data set of actreeses (somthing like 5000 elements)\n- A tool to format and merge csv files (available in the `tools` folder)\n- A tool to sort data in a double linked list (available in the `src` folder)\n\n## Prerequisites\n- g++ compiler\n- CMake (3.10 or higher)\n- Make\n- Git\n\n## How to initiate the project?\n1. Clone this repository\n2. Run: \n```bash\n$ cmake -S . -B build\n$ cd build\n$ make\n```\nThis will build the project and create an executable file called `actressSorting` and `csvFormatting` in the `bin` folder.\n\n## Good to know\nIn the `actressSorting` tool, you will find 3 various sorting algorithms:\n- A **Merge Sort** algorithm for the ranking sorting\n- A **Quick Sort** algorithm for the videos number sorting\n- A **Heap Sort** algorithm for the number of views sorting","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarbon-404%2Fdouble-linked-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarbon-404%2Fdouble-linked-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarbon-404%2Fdouble-linked-list/lists"}