{"id":50413688,"url":"https://github.com/ana-chenoweth/ordered-list","last_synced_at":"2026-05-31T05:01:57.456Z","repository":{"id":305909419,"uuid":"1024329522","full_name":"ana-chenoweth/ordered-list","owner":"ana-chenoweth","description":"This is an academic project","archived":false,"fork":false,"pushed_at":"2025-07-30T16:17:07.000Z","size":1724,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-30T16:48:54.529Z","etag":null,"topics":["c","doxygen","doxygen-documentation","lists","ordered-list"],"latest_commit_sha":null,"homepage":"https://ana-chenoweth.github.io/ordered-list/","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-22T14:26:45.000Z","updated_at":"2025-07-30T16:17:11.000Z","dependencies_parsed_at":"2025-07-22T17:21:09.490Z","dependency_job_id":"0905ccfa-e7d7-4521-ab5d-add513226753","html_url":"https://github.com/ana-chenoweth/ordered-list","commit_stats":null,"previous_names":["ana-chenoweth/ordered-list"],"tags_count":0,"template":false,"template_full_name":"ana-chenoweth/double-linked-list","purl":"pkg:github/ana-chenoweth/ordered-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ana-chenoweth%2Fordered-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ana-chenoweth%2Fordered-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ana-chenoweth%2Fordered-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ana-chenoweth%2Fordered-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ana-chenoweth","download_url":"https://codeload.github.com/ana-chenoweth/ordered-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ana-chenoweth%2Fordered-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","doxygen","doxygen-documentation","lists","ordered-list"],"created_at":"2026-05-31T05:01:56.992Z","updated_at":"2026-05-31T05:01:57.452Z","avatar_url":"https://github.com/ana-chenoweth.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sorted List (ListaOrdenada)\n\nThis project implements a **sorted doubly-linked list** in C++. It was developed as an academic exercise to deepen the understanding of dynamic memory management and basic data structures.\n\nThe list maintains its elements in **ascending order** and includes standard operations such as:\n\n- Inserting elements in sorted order\n- Removing elements\n- Searching for values\n- Printing elements in ascending and descending order\n- Merging two sorted lists\n\n---\n\n\u003cimg src=\"img/program.png\" alt=\"Example Use\" width=\"600\"\u003e\n\n---\n\n## Features\n\n- Maintains elements sorted on insertion\n- Traversal from beginning to end (ascending) or in reverse (descending)\n- Exception handling for empty lists or out-of-range operations\n- Merge functionality to combine two sorted lists into a new one\n\n---\n\n## File Structure\n\n- `ListaOrdenada.hpp`: main class definition and interface\n- `ListaOrdenada.tpp`: template method implementations\n- `ListaDoble2.hpp`: supporting double-linked list class used internally\n\n---\n\n## Authors\n\n- Ana Laura Chenoweth Galaz\n- Georgina Salcido Valenzuela\n\n---\n\n## License\n\nThis project is intended for academic use. You are free to use or modify it for learning purposes.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fana-chenoweth%2Fordered-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fana-chenoweth%2Fordered-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fana-chenoweth%2Fordered-list/lists"}