{"id":21361888,"url":"https://github.com/mxssl/doubly-linked-list-golang","last_synced_at":"2025-03-16T06:45:22.525Z","repository":{"id":96800483,"uuid":"179565003","full_name":"mxssl/doubly-linked-list-golang","owner":"mxssl","description":"Doubly Linked List implementation in Go (Golang)","archived":false,"fork":false,"pushed_at":"2019-04-05T23:46:44.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T19:21:37.798Z","etag":null,"topics":["algorithms","data-structures","doubly-linked-list","go","golang","structures"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/mxssl.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":"2019-04-04T19:38:10.000Z","updated_at":"2022-08-23T12:53:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"f382bc9d-7ccd-4df4-a77a-491e5a56dce8","html_url":"https://github.com/mxssl/doubly-linked-list-golang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2Fdoubly-linked-list-golang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2Fdoubly-linked-list-golang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2Fdoubly-linked-list-golang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxssl%2Fdoubly-linked-list-golang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mxssl","download_url":"https://codeload.github.com/mxssl/doubly-linked-list-golang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835930,"owners_count":20355611,"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":["algorithms","data-structures","doubly-linked-list","go","golang","structures"],"created_at":"2024-11-22T06:12:38.371Z","updated_at":"2025-03-16T06:45:22.520Z","avatar_url":"https://github.com/mxssl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Doubly Linked List\n\nDoubly Linked List implementation in Go (Golang).\n\n```bash\ngo test -v -cover ./...\n=== RUN   TestSingleNodeHead\n--- PASS: TestSingleNodeHead (0.00s)\n=== RUN   TestSingleNodeTail\n--- PASS: TestSingleNodeTail (0.00s)\n=== RUN   TestRemoveHead\n--- PASS: TestRemoveHead (0.00s)\n=== RUN   TestRemoveTail\n--- PASS: TestRemoveTail (0.00s)\n=== RUN   TestRemoveNodesWithValueHead\n--- PASS: TestRemoveNodesWithValueHead (0.00s)\n=== RUN   TestRemoveNodesWithValueTail\n--- PASS: TestRemoveNodesWithValueTail (0.00s)\n=== RUN   TestInsertAtPosition\n--- PASS: TestInsertAtPosition (0.00s)\n=== RUN   TestSetHeadAndTail\n--- PASS: TestSetHeadAndTail (0.00s)\n=== RUN   TestInsertAfterHead\n--- PASS: TestInsertAfterHead (0.00s)\n=== RUN   TestInsertBeforeHead\n--- PASS: TestInsertBeforeHead (0.00s)\n=== RUN   TestInsertAfterTail\n--- PASS: TestInsertAfterTail (0.00s)\n=== RUN   TestInsertBeforeTail\n--- PASS: TestInsertBeforeTail (0.00s)\n=== RUN   TestInsertAtPositionHeadTail\n--- PASS: TestInsertAtPositionHeadTail (0.00s)\n=== RUN   TestContainsNodeWithValueHead\n--- PASS: TestContainsNodeWithValueHead (0.00s)\n=== RUN   TestContainsNodeWithValueTail\n--- PASS: TestContainsNodeWithValueTail (0.00s)\n=== RUN   TestContainsNodeWithValue\n--- PASS: TestContainsNodeWithValue (0.00s)\nPASS\ncoverage: 86.7% of statements\nok      github.com/mxssl/doubly-linked-list-golang      0.006s  coverage: 86.7% of statements\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxssl%2Fdoubly-linked-list-golang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmxssl%2Fdoubly-linked-list-golang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxssl%2Fdoubly-linked-list-golang/lists"}