{"id":29121373,"url":"https://github.com/mmaffi/alg1-academic-exercises","last_synced_at":"2026-06-30T08:31:10.325Z","repository":{"id":285254020,"uuid":"957507671","full_name":"MMaffi/alg1-academic-exercises","owner":"MMaffi","description":"📌 Repository of C and programming logic exercises developed during my undergraduate studies in Information Systems at UFMS CPTL. Here, I store practice exercises to reinforce fundamental language concepts and improve programming logic skills.","archived":false,"fork":false,"pushed_at":"2025-07-01T13:42:34.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T21:44:52.341Z","etag":null,"topics":["algorithms","c-exercises","c-language","c-programming","college-projects","computer-science","data-structures","learning-c","logic-programming","programming-challenges"],"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/MMaffi.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-03-30T14:48:17.000Z","updated_at":"2025-07-01T13:42:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5d1363c-efb0-425a-9b99-af94ea2cb351","html_url":"https://github.com/MMaffi/alg1-academic-exercises","commit_stats":null,"previous_names":["mmaffi/c-academic-exercises"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MMaffi/alg1-academic-exercises","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMaffi%2Falg1-academic-exercises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMaffi%2Falg1-academic-exercises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMaffi%2Falg1-academic-exercises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMaffi%2Falg1-academic-exercises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MMaffi","download_url":"https://codeload.github.com/MMaffi/alg1-academic-exercises/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMaffi%2Falg1-academic-exercises/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34959504,"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-06-30T02:00:05.919Z","response_time":92,"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":["algorithms","c-exercises","c-language","c-programming","college-projects","computer-science","data-structures","learning-c","logic-programming","programming-challenges"],"created_at":"2025-06-29T16:05:06.884Z","updated_at":"2026-06-30T08:31:10.303Z","avatar_url":"https://github.com/MMaffi.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📘 C Academic Exercises 📘\n\nThis repository contains practical programming exercises in C developed throughout my **Information Systems** degree at **UFMS CPTL**. The goal of this repository is to consolidate fundamental concepts of the C language and best development practices, while also serving as a portfolio for continuous learning in the programming field.\n\n## 📂 Content\n\nThe repository is organized into topics that cover different aspects of the C language, including:\n\n- **C Language Fundamentals**: Basic syntax, data types, operators, control structures, and loops.\n- **Functions and Modularization**: Defining and using functions, passing parameters, recursion, and organizing code modularly.\n- **Pointers and Dynamic Memory Allocation**: Manipulating pointers, memory allocation and deallocation with `malloc`, `free`, and others.\n- **File Handling**: Reading and writing files, both text and binary.\n- **Data Structures**: Implementing and manipulating structures like linked lists, stacks, queues, and trees.\n\n## 🚀 How to Use\n\nTo start using the exercises in this repository, follow the steps below:\n\n1. **Clone the repository**:\n   Clone the repository to your local environment:\n   ```bash\n   git clone https://github.com/MMaffi/c-academic-exercises.git\n   \n2. **Access the repository directory**:\n   Go to the cloned repository directory:\n   ```bash\n   cd c-academic-exercises\n   \n3. **Compile an exercise**:\n   To compile any C exercise, use the ```gcc``` command (GNU compiler):\n   ```bash\n   gcc \u003cpath/to/file\u003e.c -o \u003cexecutable_name\u003e\n   \n4. **Run the program**:\n   After compiling, run the generated executable:\n   ```bash\n   ./\u003cexecutable_name\u003e\n\n## 📌 About\n\n**Course**: Information Systems - UFMS CPTL\n\n**Objective**: Strengthen C language concepts and improve logical reasoning through practical exercises.\n\n**Contact**: If you have suggestions, want to discuss an exercise, or share ideas, feel free to open an issue or contact me directly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmaffi%2Falg1-academic-exercises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmaffi%2Falg1-academic-exercises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmaffi%2Falg1-academic-exercises/lists"}