{"id":15967320,"url":"https://github.com/bryanlimy/double-linked-list","last_synced_at":"2025-04-04T13:29:00.547Z","repository":{"id":113990821,"uuid":"131917106","full_name":"bryanlimy/double-linked-list","owner":"bryanlimy","description":"Double Linked List Implementation in Python","archived":false,"fork":false,"pushed_at":"2018-05-31T18:27:07.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T23:18:44.888Z","etag":null,"topics":["data-structures","double-linked-list","linked-list","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/bryanlimy.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":"2018-05-02T23:42:08.000Z","updated_at":"2019-08-22T13:07:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"26e2d8e0-d507-4169-aee0-9bcbb89465f4","html_url":"https://github.com/bryanlimy/double-linked-list","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/bryanlimy%2Fdouble-linked-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanlimy%2Fdouble-linked-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanlimy%2Fdouble-linked-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanlimy%2Fdouble-linked-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryanlimy","download_url":"https://codeload.github.com/bryanlimy/double-linked-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247184461,"owners_count":20897774,"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","double-linked-list","linked-list","python"],"created_at":"2024-10-07T18:22:29.307Z","updated_at":"2025-04-04T13:29:00.528Z","avatar_url":"https://github.com/bryanlimy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Double Linked List Implmenetation\nSupported functions:\n- Print linked list `Print()`\n- Get the next node `Next()`\n- Get the previous node `Previous()`\n- Get the first node in the Linked List `First()`\n- Get the last node in the Linked List `Last()`\n- Get the relative N-th node in the Linked List `Nth()`\n- Append to the end of Linked List `Append()`\n- Insert at the N-th position in the Linked List `Insert(index)`\n- Remove from Linked List `Remove()`\n- Brute force search in Linkde List `BruteSearch()`\n- Merge sort the Linked List `Sort()`\n- Binary search the Linked List `BinarySearch()`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanlimy%2Fdouble-linked-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryanlimy%2Fdouble-linked-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanlimy%2Fdouble-linked-list/lists"}