SkillAgentSearch skills...

Biblioteca

Biblioteca de algoritmos, estruturas de dados e primitivas para Maratona de Programação (ICPC) da UFMG.

Install / Use

/learn @brunomaletta/Biblioteca
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" width="200" srcset="docs/logo_white.png"> <source media="(prefers-color-scheme: light)" width="200" srcset="docs/logo_black.png"> <img alt="ufmg" width="200" src="docs/logo_white.png"> </picture> </p> <h1 align="center"> Biblioteca UFMG <br> <a href="https://opensource.org/license/mit" target="_blank" rel="noopener noreferrer nofollow" style="display:inline-block"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="MIT License" style="max-width: 100%;"></a> <a href="https://github.com/brunomaletta/biblioteca/tree/master/Codigo" target="_blank" rel="noopener noreferrer nofollow" style="display:inline-block"><img src="https://img.shields.io/badge/C%2B%2B-17-blue" alt="C++17" style="max-width: 100%;"></a> <a href="https://github.com/brunomaletta/biblioteca/stargazers"><img src="https://img.shields.io/github/stars/brunomaletta/biblioteca?style=social" alt="GitHub stars"></a> </h1> <p align="center"> <a href="https://brunomaletta.github.io/biblioteca/docs/" target="_blank"><img src="https://img.shields.io/badge/🌐_Online_Notebook-Open-2ea44f?style=for-the-badge"></a> <a href="https://github.com/brunomaletta/biblioteca/blob/master/pdf/biblioteca.pdf" target="_blank"><img src="https://img.shields.io/badge/📄_PDF_Notebook-Open-blue?style=for-the-badge"></a> <a href="https://github.com/brunomaletta/biblioteca/blob/master/pdf/theoretical.pdf" target="_blank"><img src="https://img.shields.io/badge/📚_Theoretical_Guide-Open-purple?style=for-the-badge"></a> </p>

Biblioteca de algoritmos, estruturas de dados e primitivas para Maratona de Programação (ICPC) da UFMG.

Códigos em C++, em maior parte implementados pelos alunos da universidade. Mantida desde 2018.

<details> <summary>Hash</summary>

No PDF, a coluna de hash é o hash de cada linha, exceto se a linha contem um caractere }. Nesse caso, o hash da linha é o hash a partir da linha que fecha o último } da linha atual.

Para ver o hash no vim, seleciona as linhas com Shift+v, e aperta Ctrl+h.

</details>

📚 Conteúdo

🧠 Programação Dinâmica


🗂️ Estruturas de Dados


🌳 Grafos

Related Skills

View on GitHub
GitHub Stars397
CategoryDevelopment
Updated3d ago
Forks38

Languages

C++

Security Score

95/100

Audited on Mar 26, 2026

No findings