{"id":50413693,"url":"https://github.com/ana-chenoweth/singly-linked-list","last_synced_at":"2026-05-31T05:01:58.820Z","repository":{"id":305018354,"uuid":"1021643886","full_name":"ana-chenoweth/singly-linked-list","owner":"ana-chenoweth","description":"The ListaSimple class implements a singly linked list for storing elements of type T","archived":false,"fork":false,"pushed_at":"2025-07-17T19:53:18.000Z","size":998,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-17T21:52:27.490Z","etag":null,"topics":["c","dsa","list","singly-linked-list","singlylinkedlist"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ana-chenoweth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-07-17T17:59:56.000Z","updated_at":"2025-07-17T19:53:49.000Z","dependencies_parsed_at":"2025-07-18T00:01:50.087Z","dependency_job_id":"c376c4bb-a377-4c6c-8aec-da6c391ca4e4","html_url":"https://github.com/ana-chenoweth/singly-linked-list","commit_stats":null,"previous_names":["ana-chenoweth/singly-linked-list"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ana-chenoweth/singly-linked-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ana-chenoweth%2Fsingly-linked-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ana-chenoweth%2Fsingly-linked-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ana-chenoweth%2Fsingly-linked-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ana-chenoweth%2Fsingly-linked-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ana-chenoweth","download_url":"https://codeload.github.com/ana-chenoweth/singly-linked-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ana-chenoweth%2Fsingly-linked-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33719601,"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-05-31T02:00:06.040Z","response_time":95,"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","dsa","list","singly-linked-list","singlylinkedlist"],"created_at":"2026-05-31T05:01:57.518Z","updated_at":"2026-05-31T05:01:58.816Z","avatar_url":"https://github.com/ana-chenoweth.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Singly Linked List in C++ (Academic Project)\n\nThis academic project demonstrates the implementation of a **singly linked list** using object-oriented programming in C++. It includes basic operations like insertion, deletion, traversal, and search, providing hands-on experience with dynamic memory and pointer-based data structures.\n\n\u003cimg src=\"img/example-use.gif\" alt=\"Example Use\" width=\"600\"\u003e\n\u003cimg src=\"img/singly-linkedlist.png\" alt=\"Example Use\" width=\"600\"\u003e\n\n## Description\n\nThe singly linked list is a dynamic data structure made up of nodes, where each node contains:\n\n- A value\n- A pointer to the next node\n\nThis project implements a menu-driven interface allowing users to:\n\n- Insert elements at the beginning or end\n- Delete elements from the beginning or end\n- Search for a specific element\n- Display all elements\n\nRobust exception handling via custom exceptions (ListaVacia, FueraDeRango) is employed to handle errors.\n\n## Compile and Run\n\n```bash\nclang++ -std=c++17 -Wall -o list main.cpp\n./test\n```\n\nFor Windows, yo can run the executable `singly_linked_list.exe`.\n\n## Sample \n\n## Author\n\n- Ana Laura Chenoweth Galaz\n- Georgina Salcido Valenzuela\n\n## License\n\nThis project is shared for academic and learning purposes under the MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fana-chenoweth%2Fsingly-linked-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fana-chenoweth%2Fsingly-linked-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fana-chenoweth%2Fsingly-linked-list/lists"}