{"id":24758980,"url":"https://github.com/ivandrf/linked-list","last_synced_at":"2026-03-03T16:01:49.929Z","repository":{"id":273396440,"uuid":"919563015","full_name":"IvanDrf/Linked-List","owner":"IvanDrf","description":"Realization of a linked list in C++","archived":false,"fork":false,"pushed_at":"2025-03-05T21:07:39.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T22:22:54.085Z","etag":null,"topics":["cpp","datastructures","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/IvanDrf.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-20T16:10:31.000Z","updated_at":"2025-03-05T21:07:44.000Z","dependencies_parsed_at":"2025-01-20T17:44:40.770Z","dependency_job_id":"fa4a5ace-7516-4e46-a00a-17dd2ecc432c","html_url":"https://github.com/IvanDrf/Linked-List","commit_stats":null,"previous_names":["ivandrf/linked-list"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanDrf%2FLinked-List","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanDrf%2FLinked-List/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanDrf%2FLinked-List/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanDrf%2FLinked-List/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IvanDrf","download_url":"https://codeload.github.com/IvanDrf/Linked-List/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245088020,"owners_count":20558854,"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","datastructures","linked-list"],"created_at":"2025-01-28T16:50:23.262Z","updated_at":"2026-03-03T16:01:49.925Z","avatar_url":"https://github.com/IvanDrf.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linked List   ![icons](https://img.shields.io/badge/C++-GO-blue)\nRealization of a linked list with some methods in C++/GO \n\n![alt text](https://media.geeksforgeeks.org/wp-content/uploads/20231130131446/Linked-List-Data-Structure-768.png)\n\n\u003e# Methods\n\u003e• **GetBegin** - returns the beginning of the list \n\u003e\n\u003e• **GetEnd** - returns the ending of the list\n\u003e***\n\u003e• **PushBack** - inserts an element at the end ***O(1)***\n\u003e\n\u003e• **Insert** - inserts an element into the list ***O(n)***\n\u003e***\n\u003e• **Replace** - changes the value of the element ***O(n)***\n\u003e\n\u003e• **Delete** - deletes an element from the list ***O(n)***\n\n***\n\n\u003e# Tests\n\u003e • **PushBack** :white_check_mark:\n\u003e\n\u003e • **Insert** :white_check_mark:\n\u003e\n\u003e • **Replace** :white_check_mark:\n\u003e\n\u003e • **Delete** :white_check_mark:\n\u003e\n\u003e • **Copy Constructor** :white_check_mark:\n\u003e\n\u003e • **Move Constructor** :white_check_mark:\n\u003e\n\u003e • **Assignment Operator** :white_check_mark:\n\u003e\n\u003e • **Move Assignment Operator** :white_check_mark:\n\u003e\n\u003e • ***Result*** :white_check_mark:\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivandrf%2Flinked-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivandrf%2Flinked-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivandrf%2Flinked-list/lists"}