🚀 CS Student | Backend & System Logic Enthusiast
🇧🇷 Brazil
Passionate about Data Structures, deep system logic, and building solid fundamentals.
I enjoy building projects where I can understand everything happening under the hood, from dynamic memory allocation to strict business rules.
- 🎓 Studying Computer Science.
- 🧩 Building strong fundamentals in Data Structures (Linked Lists, Queues, Trees) and Algorithms.
- 💻 Deep diving into C programming, pointers, and memory management (zero memory leaks!).
- ⚡ Focused on clean logic, solid architectures, and bug-free code.
A high-performance parking lot simulator built strictly in C.
- What it shows: Deep understanding of Data Structures, dynamic memory allocation (
malloc/free), pointer manipulation, and strict business logic (FIFO queues). - Cool feature: Zero memory leaks and custom CLI dashboard mapping the parking lot state in real-time.
🤖 DFA Simulator (Simulador de AFD)
A dynamic Deterministic Finite Automaton simulator built in Python.
- What it shows: Seamless transition from low-level C to a high-level language, leveraging data structures like dictionaries (Hash Tables) for O(1) state lookups, list comprehensions, and input sanitization.
- Cool feature: Interactive CLI execution loop that validates transitions and maps the automaton's path state-by-state in real-time.