What i am studying and anything related to competitive programming, trying to keep it updated from time to time
Studying competitive programming, mainly the topics i haven't studied in my advanced algorithms classes. I'm using this as my main source to organize my studies.
So to keep it updated i will translate everything to here:
- Árvore Binária (Binary Tree)
- Árvore de Fenwick (Binary Indexed Tree – BIT)
- Árvore de Segmentos (SegTree)
- Árvore de Prefixos (Trie)