{"id":28947248,"url":"https://github.com/chihebabiza/my-cpp-linked-list","last_synced_at":"2025-08-31T13:35:27.716Z","repository":{"id":299401876,"uuid":"1002900596","full_name":"chihebabiza/My-cpp-linked-list","owner":"chihebabiza","description":"A custom doubly linked list in C++ built using OOP, featuring core operations like insert, delete, update, and reverse. It showcases manual memory handling and class design without using STL.","archived":false,"fork":false,"pushed_at":"2025-06-16T10:47:54.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-16T11:42:48.333Z","etag":null,"topics":["cpp","cpp-library","doubly-linked-list","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/chihebabiza.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,"zenodo":null}},"created_at":"2025-06-16T10:12:46.000Z","updated_at":"2025-06-16T10:47:57.000Z","dependencies_parsed_at":"2025-06-16T11:42:54.804Z","dependency_job_id":"18bb7ba7-5003-4c67-84a3-56037b6720ed","html_url":"https://github.com/chihebabiza/My-cpp-linked-list","commit_stats":null,"previous_names":["chihebabiza/my-cpp-linked-list"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chihebabiza/My-cpp-linked-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chihebabiza%2FMy-cpp-linked-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chihebabiza%2FMy-cpp-linked-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chihebabiza%2FMy-cpp-linked-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chihebabiza%2FMy-cpp-linked-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chihebabiza","download_url":"https://codeload.github.com/chihebabiza/My-cpp-linked-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chihebabiza%2FMy-cpp-linked-list/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261449818,"owners_count":23159808,"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","cpp-library","doubly-linked-list","oop"],"created_at":"2025-06-23T09:09:37.685Z","updated_at":"2025-08-31T13:35:27.703Z","avatar_url":"https://github.com/chihebabiza.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📚 Custom Doubly Linked List in C++\n\nThis project is a custom implementation of a **doubly linked list** in **C++**, designed using object-oriented programming (OOP) and templates to support any data type.\n\n---\n\n## 🚀 Features\n\n- Insert at beginning, end, or after a specific node\n- Delete first, last, or specific node\n- Access elements by index\n- Update values\n- Reverse the list\n- Print the list\n- Clear the list\n- Check list size and if it's empty\n\n---\n\n## 🛠 How to Use\n\n```cpp\n#include \"clsDblLinkedList.h\"\n\nint main() {\n    clsDblLinkedList\u003cint\u003e list;\n    list.InsertAtBeginning(1);\n    list.InsertAtEnd(5);\n    list.PrintList(); // Output: 1 5\n    return 0;\n}\n````\n\n---\n\n## 🧠 Concepts Applied\n\n* C++ Templates\n* Pointers and dynamic memory\n* Doubly linked data structure\n* Clean class design (OOP)\n\n---\n\n## 📜 License\n\nThis project is licensed under the **MIT License**.\nYou are free to use, modify, and distribute it.\n\n---\n\n## 👨‍💻 Author\n\nDeveloped with ❤️ by [Chiheb Abiza](https://github.com/chihebabiza)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchihebabiza%2Fmy-cpp-linked-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchihebabiza%2Fmy-cpp-linked-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchihebabiza%2Fmy-cpp-linked-list/lists"}