{"id":23293016,"url":"https://github.com/hozlucas28/c-algorithms-course-2025","last_synced_at":"2025-07-18T06:36:35.704Z","repository":{"id":268627683,"uuid":"904973450","full_name":"hozlucas28/C-Algorithms-Course-2025","owner":"hozlucas28","description":"Repository of C algorithms and data structures course of University of La Matanza (@unlam).","archived":false,"fork":false,"pushed_at":"2025-07-10T08:39:14.000Z","size":1917,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"Master","last_synced_at":"2025-07-10T17:05:48.558Z","etag":null,"topics":["2025","algorithms","c","codeblocks","data-structures","mit-license","practices","university","university-assignment","unlam"],"latest_commit_sha":null,"homepage":"https://ingenieria.unlam.edu.ar/index.php?seccion=3\u0026idArticulo=655","language":"C","has_issues":false,"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/hozlucas28.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":"2024-12-17T22:54:15.000Z","updated_at":"2025-07-10T08:39:17.000Z","dependencies_parsed_at":"2024-12-18T00:22:18.026Z","dependency_job_id":"a9123ba9-d4bf-4561-a19b-4fedbbe99c7a","html_url":"https://github.com/hozlucas28/C-Algorithms-Course-2025","commit_stats":null,"previous_names":["hozlucas28/c-algorithms-course-2025"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hozlucas28/C-Algorithms-Course-2025","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hozlucas28%2FC-Algorithms-Course-2025","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hozlucas28%2FC-Algorithms-Course-2025/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hozlucas28%2FC-Algorithms-Course-2025/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hozlucas28%2FC-Algorithms-Course-2025/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hozlucas28","download_url":"https://codeload.github.com/hozlucas28/C-Algorithms-Course-2025/tar.gz/refs/heads/Master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hozlucas28%2FC-Algorithms-Course-2025/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265711237,"owners_count":23815496,"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","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":["2025","algorithms","c","codeblocks","data-structures","mit-license","practices","university","university-assignment","unlam"],"created_at":"2024-12-20T06:13:29.093Z","updated_at":"2025-07-18T06:36:35.691Z","avatar_url":"https://github.com/hozlucas28.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    C Algorithms Course [2025]\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n    Repository of the Programming Algorithms assignment - \u003ca href=\"https://www.unlam.edu.ar/\" target=\"_blank\"\u003eUNLaM\u003c/a\u003e (university).\n\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"#----summary\"\u003eSummary\u003c/a\u003e •\n    \u003ca href=\"#----installation\"\u003eInstallation\u003c/a\u003e •\n    \u003ca href=\"#----related\"\u003eRelated\u003c/a\u003e •\n    \u003ca href=\"#----license\"\u003eLicense\u003c/a\u003e •\n    \u003ca href=\"#----acknowledgments\"\u003eAcknowledgments\u003c/a\u003e •\n    \u003ca href=\"#----contact\"\u003eContact\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./.github/c-logo.png\" width=\"250\"\u003e\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Summary\n\u003c/h2\u003e\n\u003cp\u003e\n    This is a repository where I store all lessons that I take on the Programming Algorithms assignment of \u003ca href=\"https://www.unlam.edu.ar/\" target=\"_blank\"\u003eNational University of Matanza\u003c/a\u003e (UNLaM), related with C language.\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Installation\n\u003c/h2\u003e\n\u003cp\u003e\n    Clone the repository and use \u003ca href=\"https://www.codeblocks.org/\" target=\"_blank\"\u003eCodeBlocks\u003c/a\u003e (IDE). After that, select the lesson/practice that you want to test and then press the button: \u003ci\u003eBuild and run\u003c/i\u003e, it will run the lesson/practice that you selected.\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Related\n\u003c/h2\u003e\n\u003cp\u003e\n    \u003cul\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/C-Course-2022\" target=\"_blank\"\u003eRepository of C course - 2022\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/C-Course-2023\" target=\"_blank\"\u003eRepository of C course - 2023\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/C-Course-2024\" target=\"_blank\"\u003eRepository of C course - 2024\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/C--Course-2022\" target=\"_blank\"\u003eRepository of C++ course - 2022\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/Prolog-Course-2025\" target=\"_blank\"\u003eRepository of Prolog course - 2025\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/Haskell-Course-2025\" target=\"_blank\"\u003eRepository of Haskell course - 2025\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/C-Practical-Work-2024\" target=\"_blank\"\u003eRepository of C practical work - 2024\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/Java-Practical-Work-2025\" target=\"_blank\"\u003eRepository of Java practical work - 2025\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/SQL-Server-Course-I-2023\" target=\"_blank\"\u003eRepository of SQL Server - I course\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/SQL-Server-Course-II-2023\" target=\"_blank\"\u003eRepository of SQL Server - II course\u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"https://github.com/hozlucas28/MongoDB-Course-2023\" target=\"_blank\"\u003eRepository of MongoDB - NoSQL course\u003c/a\u003e\n        \u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/p\u003e\n\n\u003ch2\u003e\n    License\n\u003c/h2\u003e\n\u003cp\u003e\n    This repository is under \u003ca href=\"./LICENSE\" target=\"_blank\"\u003eMIT License\u003c/a\u003e, if you want to see what you are allowed to do with the content of this repository, please visit \u003ca href=\"https://choosealicense.com/licenses/\" target=\"_blank\"\u003echoosealicense\u003c/a\u003e for more information.\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Acknowledgments\n\u003c/h2\u003e\n\u003cp\u003e\n    Thanks to \u003ca href=\"https://www.unlam.edu.ar/\" target=\"_blank\"\u003eUNLaM\u003c/a\u003e teachers of the Programming Algorithms assignment to be part of it.\n\u003c/p\u003e\n\n\u003ch2\u003e\n    Contact\n\u003c/h1\u003e\n\u003cp\u003e\n    If you want to contact me, please see my \u003ca href=\"https://github.com/hozlucas28\" target=\"_blank\"\u003esocials medias\u003c/a\u003e in my GitHub profile.\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhozlucas28%2Fc-algorithms-course-2025","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhozlucas28%2Fc-algorithms-course-2025","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhozlucas28%2Fc-algorithms-course-2025/lists"}