{"id":21510124,"url":"https://github.com/pradeep31747/linked_list_programs","last_synced_at":"2026-01-31T22:30:54.502Z","repository":{"id":249901485,"uuid":"577843012","full_name":"Pradeep31747/Linked_List_Programs","owner":"Pradeep31747","description":"This repository contains a collection of implementations and examples of linked list data structures. It includes various operations and use cases to demonstrate how linked lists work and how they can be utilized in different scenarios.","archived":false,"fork":false,"pushed_at":"2024-07-27T13:42:14.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T05:04:21.050Z","etag":null,"topics":["linked-list","programming"],"latest_commit_sha":null,"homepage":"","language":null,"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/Pradeep31747.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":"2022-12-13T16:46:24.000Z","updated_at":"2024-07-27T13:43:27.000Z","dependencies_parsed_at":"2024-07-24T03:28:48.822Z","dependency_job_id":"0b30e872-ee93-4d9f-824f-0250660b00d1","html_url":"https://github.com/Pradeep31747/Linked_List_Programs","commit_stats":null,"previous_names":["pradeep31747/2101641540064_pradeep_kumar_yadav_csds-2a"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pradeep31747/Linked_List_Programs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pradeep31747%2FLinked_List_Programs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pradeep31747%2FLinked_List_Programs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pradeep31747%2FLinked_List_Programs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pradeep31747%2FLinked_List_Programs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pradeep31747","download_url":"https://codeload.github.com/Pradeep31747/Linked_List_Programs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pradeep31747%2FLinked_List_Programs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28958341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T22:20:19.638Z","status":"ssl_error","status_checked_at":"2026-01-31T22:18:07.061Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["linked-list","programming"],"created_at":"2024-11-23T21:46:45.519Z","updated_at":"2026-01-31T22:30:54.486Z","avatar_url":"https://github.com/Pradeep31747.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linked List Programs\n\nThis repository contains a collection of implementations and examples of linked list data structures. It includes various operations and use cases to demonstrate how linked lists work and how they can be utilized in different scenarios.\n\n## Table of Contents\n- [Introduction](#introduction)\n- [Implementations](#implementations)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\nLinked lists are fundamental data structures that consist of a sequence of elements, where each element points to the next one. This repository includes implementations of singly linked lists, doubly linked lists, and circular linked lists.\n\n## Implementations\nThe following implementations are available:\n- **Singly Linked List**: Basic operations such as insertion, deletion, and traversal.\n- **Doubly Linked List**: Operations that support traversal in both directions.\n- **Circular Linked List**: A variant where the last node points back to the first node.\n\n### Example Files\n- `singly_linked_list.py`: Implementation of a singly linked list.\n- `doubly_linked_list.py`: Implementation of a doubly linked list.\n- `circular_linked_list.py`: Implementation of a circular linked list.\n\n## Usage\nTo use these implementations, clone the repository and run the respective Python files. Ensure you have Python installed on your system.\n\n```bash\ngit clone https://github.com/yourusername/linked-list-programs.git\ncd linked-list-programs\npython singly_linked_list.py\npython doubly_linked_list.py\npython circular_linked_list.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradeep31747%2Flinked_list_programs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpradeep31747%2Flinked_list_programs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradeep31747%2Flinked_list_programs/lists"}