{"id":22815856,"url":"https://github.com/dbeewms/logica-y-algoritmos","last_synced_at":"2026-05-16T18:09:59.118Z","repository":{"id":267785148,"uuid":"902338953","full_name":"DBeewms/Logica-Y-Algoritmos","owner":"DBeewms","description":"Example and Practical Exercises from the Logic and Algorithms Class in C, C++, and PSeInt, First Semester, Universidad Americana (UAM).","archived":false,"fork":false,"pushed_at":"2024-12-13T18:17:15.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T05:10:16.727Z","etag":null,"topics":["algorithms","c","cpp","programming-logic","pseint"],"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/DBeewms.png","metadata":{"files":{"readme":"README-English.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-12-12T11:26:46.000Z","updated_at":"2024-12-13T18:17:19.000Z","dependencies_parsed_at":"2024-12-12T12:38:04.819Z","dependency_job_id":"2dcad891-048e-4d8b-9ab2-e8d3a0889b29","html_url":"https://github.com/DBeewms/Logica-Y-Algoritmos","commit_stats":null,"previous_names":["dbeewms/logica-y-algoritmos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DBeewms/Logica-Y-Algoritmos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DBeewms%2FLogica-Y-Algoritmos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DBeewms%2FLogica-Y-Algoritmos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DBeewms%2FLogica-Y-Algoritmos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DBeewms%2FLogica-Y-Algoritmos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DBeewms","download_url":"https://codeload.github.com/DBeewms/Logica-Y-Algoritmos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DBeewms%2FLogica-Y-Algoritmos/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260962761,"owners_count":23089476,"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":["algorithms","c","cpp","programming-logic","pseint"],"created_at":"2024-12-12T14:05:30.311Z","updated_at":"2026-05-16T18:09:59.092Z","avatar_url":"https://github.com/DBeewms.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logic and Algorithms\n\nWelcome to the **Logic-Y-Algorithms** repository, where you will find a collection of practical exercises and examples developed in **C**, **C++**, and **PSeInt** during my first semester in Information Systems Engineering at the **American University (UAM)**.\n\n---\n\n## 🌍 Versión en Español\n\nEste archivo también está disponible en Español. Puedes acceder a la versión en Español [aquí](README.md).\n\n---\n\n## Repository Description\n\n### Exercises in C, C++, and PSeInt\n\nThis repository contains a series of practical exercises and examples to help you understand the basic concepts of programming logic and algorithms. The exercises are implemented in three different languages:\n\n- **C**: A low-level programming language, ideal for understanding the fundamentals of computing.\n- **C++**: An extension of C that adds object-oriented features.\n- **PSeInt**: A tool for learning to program in a simple way, especially designed for beginners.\n\n---\n\n## Repository Structure\n\nThe repository is organized as follows:\n\n- **Examples**: Contains basic code examples in C, C++, and PSeInt. Basic problems to understand the structure of an algorithm.\n- **Practical Exercises**: Includes a series of solved exercises and challenges for you to practice. More complex challenges to help you improve your programming skills.\n\n---\n\n## Code Examples\n\nBelow, you will find a basic example of code in each language:\n\n### C\n```c\n#include \u003cstdio.h\u003e\n\nint main() {\n    printf(\"Hello, world in C!\\n\");\n    return 0;\n}\n```\n\n### C++\n```cpp\n#include \u003ciostream\u003e\n\nint main() {\n    std::cout \u003c\u003c \"Hello, world in C++!\" \u003c\u003c std::endl;\n    return 0;\n}\n```\n\n### PSeInt\n```pseint\nAlgoritmo HolaMundo\n    Escribir \"Hello, world in PSeInt!\"\nFinAlgoritmo\n```\n\n---\n\n## Screenshots\n\nBelow, you will find the logos of the languages used in this repository:\n\n\u003cdiv style=\"display: flex; justify-content: center; gap: 20px;\"\u003e \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/1/18/C_Programming_Language.svg\" alt=\"C Logo\" width=\"200\" height=\"200\"\u003e \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/1/18/ISO_C%2B%2B_Logo.svg\" alt=\"C++ Logo\" width=\"200\" height=\"200\"\u003e \u003cimg src=\"https://pseint.sourceforge.net/logo.png\" alt=\"PSeInt Logo\" width=\"200\" height=\"200\"\u003e \u003c/div\u003e\n\nThese logos represent the C, C++, and PSeInt languages, which are the main languages used in this repository.\n\n---\n\n## How to Contribute\n\nYour contribution is welcome! If you want to add new exercises, fix errors, or improve the documentation, follow these steps:\n\n1. **Fork** the repository.\n2. Create a new branch (`git checkout -b feature/new-feature`).\n3. Make your changes and commit them (`git commit -m \"Add new feature\"`).\n4. Push your changes to your repository (`git push origin feature/new-feature`).\n5. Open a **pull request** on GitHub.\n\n---\n\n## License\n\nThis project is under the MIT license. Check the [LICENSE](LICENSE) file for more details.\n\n---\n\nThank you for visiting this repository! I hope you find this material useful for your learning. 😎\n\n---\n\n## Footnotes\n\nFootnote 1: This repository was created to document practical exercises and examples from the Logic and Algorithms class. It also aims to support UAM students in their learning of logic and algorithms.\nFootnote 2: If you find any errors or have suggestions, feel free to open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbeewms%2Flogica-y-algoritmos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbeewms%2Flogica-y-algoritmos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbeewms%2Flogica-y-algoritmos/lists"}