The last step to finish my undergraduate course of Aerospace Engineering.
Read More
Steganography
skills:
Security
Encryption
Hide messages inside an image such that no one will be able to notice. The messages can be encrypted with a password, so even if someone knows there is a hidden message they won't be able to read it.
Read More
Why Quantum Computing matters?
skills:
Quantum Computing
Short presentation on why quantum computing is fundamentally different from classical computing and why it is important.
Read More
Competitive Programming Repository
skills:
C++
Data Structures
Algorithms
Link to a github repo I maintain that implements data structures and algorithms for competitive programming, such as Segment Tree, Fenwick Tree, Suffix Array, prefix function, z-function, etc. It also has some guides on how to use them properly.
Read More
Tic-Tac-Toe in Python
skills:
Python
Design Patterns
DP
Link to a github project I developed that implements the Tic-Tac-Toe game. The project uses a lot of design patterns and also dynamic programming for the AI. No external library needed :) . Enjoy it!
Read More
Competitive Programming Classes
skills:
Portuguese
C++
Data Structures
Access the classes I recorded for ITAbits competitive programming course in 2022.
Read More