{"id":24764168,"url":"https://github.com/teenbiscuits/practicas-algo","last_synced_at":"2026-02-10T04:35:47.918Z","repository":{"id":273523208,"uuid":"859718551","full_name":"TeenBiscuits/Practicas-Algo","owner":"TeenBiscuits","description":"Prácticas de la asignatura de Algoritmos, curso 2024/25, GEI-UDC. Por Pablo Portas López, Pablo Míguez Muiño y Maite González Vázquez.","archived":false,"fork":false,"pushed_at":"2025-01-21T11:48:27.000Z","size":1707,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T13:36:54.708Z","etag":null,"topics":["algoritmos","c","fic","udc"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TeenBiscuits.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}},"created_at":"2024-09-19T06:54:08.000Z","updated_at":"2025-01-21T11:48:31.000Z","dependencies_parsed_at":"2025-01-21T12:42:15.448Z","dependency_job_id":null,"html_url":"https://github.com/TeenBiscuits/Practicas-Algo","commit_stats":null,"previous_names":["teenbiscuits/practicas-algo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TeenBiscuits/Practicas-Algo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeenBiscuits%2FPracticas-Algo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeenBiscuits%2FPracticas-Algo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeenBiscuits%2FPracticas-Algo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeenBiscuits%2FPracticas-Algo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TeenBiscuits","download_url":"https://codeload.github.com/TeenBiscuits/Practicas-Algo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeenBiscuits%2FPracticas-Algo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007341,"owners_count":26084282,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":["algoritmos","c","fic","udc"],"created_at":"2025-01-28T21:34:19.452Z","updated_at":"2025-10-11T13:30:16.179Z","avatar_url":"https://github.com/TeenBiscuits.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prácticas Algoritmos 2024/25\n\nPrácticas de la asignatura de Algoritmos, curso 2024/25, GEI-UDC. Por Pablo Portas López, Pablo Míguez Muiño y Maite González Vázquez.\n\n---\n\n\u003e[!NOTE]\n\u003e Las prácticas cuentan con la nota original de cuando fueron evaluadas (por dejar constancia), pero **todas han sido corregidas** para el examen final de la asignatura.\n\u003e\n\u003e _PD: No te asustes si ves un 2._\n\n- [P1: La sucesión de Fibonacci](/P1/)\n- [P2: Ordenación por Inserción (Insertion Sort) y Ordenación Rápida (Quicksort)](/P2/)\n- [P3: Diccionario de datos (Hash Tables)](/P3/)\n- [P4: Montículos (Heapsort)](/P4/)\n\n\u003e[!TIP]\n\u003e - [Implementaciones de las estructuras de datos (Pilas, colas y listas)](/Implementaciones/)\n\n---\n\n### Como ejecutar las prácticas\n\nHay un archivo ``CMakeLists.txt`` en todas las prácticas, ya que si el a CLion (en Windows y MacOS) le da la mala y no le apetece corregir archivos, \"porque no forman parte del proyecto\".\n\nLa forma correcta de ejecutar las prácticas es mediante el ``Makefile`` en un sistema **Unix**.\n\n- Para solo **compilar** la práctica:\n    ```bash\n    make\n    ```\n- Para **compilar y ejecutar** la práctica:\n    ```bash\n    make run\n    ```\n- Para **compilar, ejecutar y crear el archivo `tiempos.txt`** con el _output_ de la práctica:\n    ```bash\n    make file\n    ```\n- Para **compilar y ejecutar** la práctica con [Valgrind](https://es.wikipedia.org/wiki/Valgrind) (comprobar memory leaks):\n    ```bash\n    make leaks\n    ```\n- Para **borrar** los ejecutables y `tiempos.txt` de la práctica:\n    ```bash\n    make clean\n    ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteenbiscuits%2Fpracticas-algo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteenbiscuits%2Fpracticas-algo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteenbiscuits%2Fpracticas-algo/lists"}