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 š§ š»
-[](https://gitpod.io/#https://github.com/TheAlgorithms/C)
-[](https://github.com/TheAlgorithms/C/actions/workflows/codeql_analysis.yml)
-[](https://gitter.im/TheAlgorithms)
-[](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md)
-
-[](https://TheAlgorithms.github.io/C)
-[](https://github.com/TheAlgorithms/C/actions?query=workflow%3A%22Awesome+CI+Workflow%22)
-[](https://liberapay.com/TheAlgorithms)
-[](https://the-algorithms.com/discord/)
-[](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)
-

-
-## 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