This repository has been archived by the owner on Dec 13, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from storopoli/storopoli/english
feat: EN and PT versions
- Loading branch information
Showing
25 changed files
with
1,443 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Teoria dos Grafos e Complexidade Computacional | ||
|
||
[![CC0](https://img.shields.io/badge/License-CC0-lightgrey.svg)](https://creativecommons.org/publicdomain/zero/1.0/) | ||
[![Rodar no Repl.it](https://repl.it/badge/github/storopoli/grafos-complexidade)](https://repl.it/github/storopoli/grafos-complexidade) | ||
[![Abrir no Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/storopoli/grafos-complexidade) | ||
|
||
<!-- markdownlint-disable MD033 --> | ||
<div class="figure" style="text-align: center"> | ||
<img src="images/algorithm_analysis_meme.jpg" | ||
alt="Algorithm meme" width="500" /> | ||
</div> | ||
<!-- markdownlint-enable MD033 --> | ||
|
||
## Conteúdo | ||
|
||
1. Por que estudar Teoria dos Grafos e Complexidade Computacional?; | ||
1. Grafos, Caminhos e Ciclos; | ||
1. Árvores; | ||
1. Complexidade Computacional; | ||
1. Análise de Algoritmos; | ||
1. Algoritmos de Busca e Ordenação; | ||
1. Recursividade; | ||
1. Algoritmos Gulosos; e | ||
1. Problemas P, NP-Completo, e NP-Difícil. | ||
|
||
## Dependências | ||
|
||
- Compilador C/C++; e | ||
- [`typst`](https://typst.app) para os slides. | ||
|
||
Os slides são gerados usando [Typst](https://typst.app) com GitHub Actions | ||
e podem ser encontrados na | ||
[versão `latest`](https://github.com/storopoli/grafos-complexidade/releases/latest/download/slides.pdf). | ||
|
||
## Licença | ||
|
||
Este conteúdo é licenciado sob uma | ||
[Creative Commons Public Domain CC0 1.0 License](https://creativecommons.org/publicdomain/zero/1.0/). | ||
|
||
[![CC0](https://licensebuttons.net/l/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,43 @@ | ||
# Teoria dos Grafos e Complexidade Computacional | ||
# Graph Theory and Computational Complexity | ||
|
||
[![CC0](https://img.shields.io/badge/License-CC0-lightgrey.svg)](https://creativecommons.org/publicdomain/zero/1.0/) | ||
[![Run on Repl.it](https://repl.it/badge/github/storopoli/grafos-complexidade)](https://repl.it/github/storopoli/grafos-complexidade) | ||
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/storopoli/grafos-complexidade) | ||
|
||
<!-- markdownlint-disable MD033 --> | ||
<div class="figure" style="text-align: center"> | ||
<img src="images/algorithm_analysis_meme.jpg" alt="Algorithm meme" width="500" /> | ||
<img src="images/algorithm_analysis_meme.jpg" | ||
alt="Algorithm meme" width="500" /> | ||
</div> | ||
<!-- markdownlint-enable MD033 --> | ||
|
||
## Conteúdo | ||
## Contents | ||
|
||
1. Por que estudar Teoria dos Grafos e Complexidade Computacional?; | ||
1. Grafos, Caminhos e Ciclos; | ||
1. Árvores; | ||
1. Complexidade Computacional; | ||
1. Análise de Algoritmos; | ||
1. Algoritmos de Busca e Ordenação; | ||
1. Recursividade; | ||
1. Algoritmos Gulosos; e | ||
1. Problemas P, NP-Completo, e NP-Difícil. | ||
1. Why study Graph Theory and Computational Complexity?; | ||
1. Graphs, Paths, and Cycles; | ||
1. Trees; | ||
1. Computational Complexity; | ||
1. Algorithm Analysis; | ||
1. Search and Sorting Algorithms; | ||
1. Recursion; | ||
1. Greedy Algorithms; and | ||
1. P, NP-Complete, and NP-Hard Problems. | ||
|
||
## Dependências | ||
## Dependencies | ||
|
||
- Compilador C/C++; e | ||
- [`typst`](https://typst.app) para os slides. | ||
- C/C++ Compiler; and | ||
- [`typst`](https://typst.app) for the slides. | ||
|
||
Os slides são gerados usando [Typst](https://typst.app) com GitHub Actions | ||
e podem ser encontrados na | ||
[versão `latest`](https://github.com/storopoli/grafos-complexidade/releases/latest/download/slides.pdf). | ||
The slides are generated using [Typst](https://typst.app) with GitHub Actions | ||
and can be found in the | ||
[`latest version`](https://github.com/storopoli/grafos-complexidade/releases/latest/download/slides.pdf). | ||
|
||
## Licença | ||
For the Portuguese version, check out the [README-pt.md](README-pt.md). | ||
Para a versão em português, confira o [README-pt.md](README-pt.md). | ||
|
||
Este conteúdo é licenciado sob uma | ||
## License | ||
|
||
This content is licensed under a | ||
[Creative Commons Public Domain CC0 1.0 License](https://creativecommons.org/publicdomain/zero/1.0/). | ||
|
||
[![CC0](https://licensebuttons.net/l/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.