AVL Search Tree representation

AVL Search Tree (C++)

Developed for the Advanced Data Structures course (UFC). This project implements a database query system using an AVL tree to support exact, prefix, and range searches over personal data loaded from a CSV file.

July 21, 2026
Representation of a sparse matrix

Sparse Matrix (C++)

Implementation of a sparse matrix in C++ using orthogonal circular singly-linked lists.

July 18, 2026