{"id":21194242,"url":"https://github.com/nandomattos/linkedlists","last_synced_at":"2026-07-04T03:33:20.426Z","repository":{"id":115451908,"uuid":"559212042","full_name":"nandoMattos/linkedLists","owner":"nandoMattos","description":"C algorithm to create and modify linked lists using reference parameter","archived":false,"fork":false,"pushed_at":"2023-03-20T19:44:35.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T11:43:07.908Z","etag":null,"topics":["c","data-structures","linked-list","pointers"],"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/nandoMattos.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,"zenodo":null}},"created_at":"2022-10-29T12:13:25.000Z","updated_at":"2022-10-29T13:52:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"11601843-9870-478d-a12b-b58adcdc02bc","html_url":"https://github.com/nandoMattos/linkedLists","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nandoMattos/linkedLists","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nandoMattos%2FlinkedLists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nandoMattos%2FlinkedLists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nandoMattos%2FlinkedLists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nandoMattos%2FlinkedLists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nandoMattos","download_url":"https://codeload.github.com/nandoMattos/linkedLists/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nandoMattos%2FlinkedLists/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35109210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["c","data-structures","linked-list","pointers"],"created_at":"2024-11-20T19:20:12.823Z","updated_at":"2026-07-04T03:33:20.422Z","avatar_url":"https://github.com/nandoMattos.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LinkedLists :jigsaw:\n### _C algorithm to create and modify linked lists_\nThis is a refactored project I developed as a requirement at college. As expected from a C algorithm-only, it's just a black terminal screen showing a bunch numbers and basic instructions. The application features basic manipulations in linked lists, including basic insertion, ascending order insertion, remove element, print list and split list.\n\n#### Doubly linked list:\n\n![doublyList](https://user-images.githubusercontent.com/97343285/199109763-e2f8c30c-2892-48e2-ba7e-d0a1f783fcdb.gif)\n\nThe original code was such a mess and with a ton of code repetition, so I decided to organize it properly and avoid the fearsome CTRL+V. Despite simple, it was very important to make me understand a few abstract concepts such as pointers and memory adress.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnandomattos%2Flinkedlists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnandomattos%2Flinkedlists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnandomattos%2Flinkedlists/lists"}