This repository is dedicated to the study of algorithms, data structures, and programming logic using Python. These exercises are part of my academic journey in the Computer Engineering degree at UNIVESP.
- Language: Python 3.x
- IDE: PyCharm Professional
- OS: Zorin OS (Linux)
/recursion: Exercises focused on recursive functions (Factorial, Fibonacci, etc.)./oop: Object-Oriented Programming studies and implementations.
Clone the repository and run the scripts via terminal or your preferred IDE:
python3 file_name.py