Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 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.

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:

[![Amazon](https://img.shields.io/badge/amazon-52b5f7?style=for-the-badge&logo=amazon&logoColor=white)](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:**

![C](https://img.shields.io/badge/C-00599C?style=for-the-badge)

## Contato

[![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/edssaac)
[![Gmail](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:[email protected])
[![Outlook](https://img.shields.io/badge/Outlook-0078D4?style=for-the-badge&logo=microsoft-outlook&logoColor=white)](mailto:[email protected])
[![Linkedin](https://img.shields.io/badge/LinkedIn-black.svg?style=for-the-badge&logo=linkedin&color=informational)](https://www.linkedin.com/in/edssaac)