Estrutura de Dados
https://www.cs.usfca.edu/~galles/visualization/Algorithms.html
Árvore de Segmento (Segment Tree) - com exemplos de consultas min / max / sum range
Árvore Fenwick (Fenwick Tree) (Árvore indexada binária)
Gráfico (Graph) (ambos dirigidos e não direcionados)
Last updated
Was this helpful?