https://github.com/edssaac/grokking-algorithms
Algoritmos desenvolvidos em C para o estudo do livro "Entendendo Algoritmos: Um guia ilustrado para programadores e outros curiosos" do autor Aditya Y. Bhargava.
https://github.com/edssaac/grokking-algorithms
algorithms c-language data-structures grokking-algorithms
Last synced: 4 months ago
JSON representation
Algoritmos desenvolvidos em C para o estudo do livro "Entendendo Algoritmos: Um guia ilustrado para programadores e outros curiosos" do autor Aditya Y. Bhargava.
- Host: GitHub
- URL: https://github.com/edssaac/grokking-algorithms
- Owner: Edssaac
- Created: 2023-08-08T18:09:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T13:09:02.000Z (9 months ago)
- Last Synced: 2025-01-17T21:24:57.704Z (6 months ago)
- Topics: algorithms, c-language, data-structures, grokking-algorithms
- Language: C
- Homepage: https://www.amazon.com.br/dp/8575225634
- Size: 325 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Entendendo Algoritmos:
Um guia ilustrado para programadores e outros curiosos
(Aditya Y. Bhargava)> O livro Entendendo Algoritmos apresenta uma abordagem agradável para esse tópico essencial da ciência da computação. Nele, você aprenderá como aplicar
> algoritmos comuns nos problemas de programação enfrentados diariamente. Você começará com tarefas básicas como a ordenação e a pesquisa. Com a prática,
> você enfrentará problemas mais complexos, como a compressão de dados e a inteligência artificial.Disponível em:
[](https://www.amazon.com.br/dp/8575225634)
## Algoritmos disponíveis neste repositório
- [Binary Search](https://github.com/Edssaac/grokking-algorithms/tree/main/01)
- [Selection Sort](https://github.com/Edssaac/grokking-algorithms/tree/main/02)
- [Recursion](https://github.com/Edssaac/grokking-algorithms/tree/main/03)
- [Merge Sort](https://github.com/Edssaac/grokking-algorithms/tree/main/04)
- [Quick Sort](https://github.com/Edssaac/grokking-algorithms/tree/main/04)
- [Hash Tables](https://github.com/Edssaac/grokking-algorithms/tree/main/05)
- [Breadth First Search (BFS)](https://github.com/Edssaac/grokking-algorithms/tree/main/06)
- [Dijkstra](https://github.com/Edssaac/grokking-algorithms/tree/main/07)
- [Set Covering](https://github.com/Edssaac/grokking-algorithms/tree/main/08)
- [Longest Common Subsequence (LCS)](https://github.com/Edssaac/grokking-algorithms/tree/main/09)
- [K Nearest Neightbor (KNN)](https://github.com/Edssaac/grokking-algorithms/tree/main/10)**Tecnologias Utilizadas:**

## Contato
[](https://github.com/edssaac)
[](mailto:[email protected])
[](mailto:[email protected])
[](https://www.linkedin.com/in/edssaac)