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
Screenshot of the secure messaging showcase

Python Secure Messaging (Python)

A Python application using sockets that implements a custom cryptographic protocol to guarantee Confidentiality, Integrity, and Authenticity.

July 29, 2026
Screenshot of the graph search visualization application

Visualize Graph Search (Python)

A Python application built with pygame and pygame-gui to visualize common graph search algorithms.

July 24, 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