From 6085dccd17fb2ba71308aa3675dfd0d2ba9859da Mon Sep 17 00:00:00 2001 From: lucasvini-souza Date: Sat, 10 May 2025 09:56:32 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=20README.md=20com=20explica=C3=A7?= =?UTF-8?q?=C3=A3o=20educacional?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 46 +++++++++++++--------------------------------- 1 file changed, 13 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 9670d2bb07..44e60deb2b 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,19 @@ -# The Algorithms - C # {#mainpage} - +# Fork: TheAlgorithms/C – Aprendizado em Algoritmos com C šŸ§ šŸ’» -[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/C) -[![CodeQL CI](https://github.com/TheAlgorithms/C/actions/workflows/codeql.yml/badge.svg)](https://github.com/TheAlgorithms/C/actions/workflows/codeql_analysis.yml) -[![Gitter chat](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square)](https://gitter.im/TheAlgorithms) -[![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square)](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md) -![GitHub repo size](https://img.shields.io/github/repo-size/TheAlgorithms/C?color=red&style=flat-square) -[![Doxygen CI](https://github.com/TheAlgorithms/C/workflows/Doxygen%20CI/badge.svg)](https://TheAlgorithms.github.io/C) -[![Awesome CI](https://github.com/TheAlgorithms/C/workflows/Awesome%20CI%20Workflow/badge.svg)](https://github.com/TheAlgorithms/C/actions?query=workflow%3A%22Awesome+CI+Workflow%22) -[![Income](https://img.shields.io/liberapay/receives/TheAlgorithms.svg?logo=liberapay)](https://liberapay.com/TheAlgorithms) -[![Discord chat](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=5865F2)](https://the-algorithms.com/discord/) -[![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/TheAlgorithms/donate) +Este fork do repositório [TheAlgorithms/C](https://github.com/TheAlgorithms/C) foi criado como parte de uma atividade acadĆŖmica no curso de CiĆŖncia da Computação – UniCEUB. -## Overview +O objetivo Ć© praticar: +- Versionamento com Git; +- Organização de projetos; +- Colaboração com Pull Requests; +- Boas prĆ”ticas de documentação. -The repository is a collection of open-source implementations of a variety of algorithms implemented in C and licensed under [GPLv3 License](https://github.com/TheAlgorithms/C/blob/master/LICENSE). The algorithms span a variety of topics from computer science, mathematics and statistics, data science, machine learning, engineering, etc.. The implementations and their associated documentations are meant to provide a learning resource for educators and students. Hence, one may find more than one implementation for the same objective but using different algorithm strategies and optimizations. +## āœļø ContribuiƧƵes no Fork -## Features +- Atualização do `README.md` com uma explicação educacional; +- Organização inicial para estudo e contribuição futura. -* The repository provides implementations of various algorithms in one of the most fundamental general purpose languages - [C](https://en.wikipedia.org/wiki/C_(programming_language)). -* Well documented source code with detailed explanations provide a valuable resource for educators and students alike. -* Each source code is atomic using standard C library [`libc`](https://en.wikipedia.org/wiki/C_standard_library) and _no external libraries_ are required for their compilation and execution. Thus the fundamentals of the algorithms can be studied in much depth. -* Source codes are [compiled and tested](https://github.com/TheAlgorithms/C/actions?query=workflow%3A%22Awesome+CI+Workflow%22) for every commit on the latest versions of two major operating systems viz., MacOS and Ubuntu (Linux) using AppleClang 14.0.0 and GNU 11.3.0 respectively. -* Strict adherence to [C11](https://en.wikipedia.org/wiki/C11_(C_standard_revision)) standard ensures portability of code to embedded systems as well like ESP32, ARM Cortex, etc. with little to no changes. -* Self-checks within programs ensure correct implementations with confidence. -* Modular implementations and OpenSource licensing enable the functions to be utilized conveniently in other applications. +--- -## Documentation - -[Online Documentation](https://TheAlgorithms.github.io/C) is generated from the repository source codes directly. The documentation contains all resources including source code snippets, details on execution of the programs, diagrammatic representation of program flow, and links to external resources where necessary. -Click on [Files menu](https://TheAlgorithms.github.io/C/files.html) to see the list of all the files documented with the code. - -[Documentation of Algorithms in C](https://thealgorithms.github.io/C) by [The Algorithms Contributors](https://github.com/TheAlgorithms/C/graphs/contributors) is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1)
-Creative Commons LicenseCredit must be given to the creatorAdaptations must be shared under the same terms - -## Contributions - -As a community developed and maintained repository, we welcome new un-plagiarized quality contributions. Please read our [Contribution Guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md). +šŸ“„ Parte do Bootcamp I – 2025 +šŸ‘Øā€šŸ’» Feito por Lucas Vinicius de Souza