My C++ Lab 🧪
Welcome! This is where I dump all my C++ logic, experiments, and daily practice. It’s a mix of university lab work, personal deep dives into hardware-level logic, and the occasional "aha!" moment in algorithmic thinking.
📌 What’s Inside? I’ve organized these by topic so I don't get lost in my own files:
Algorithms/ – Sorting, searching, and the logic that makes things move fast. Data-Structures/ – Building things from scratch: Linked Lists, Trees, and Stacks. Core-Concepts/ – Messing around with pointers, memory, and templates. Embedded-Logic/ – Snippets focused on hardware-interfacing and low-level control. Lab-Work/ – Solutions and experiments from my college coursework.
✍️ A Note to Self (or Visitors) Most of these files include a quick comment at the top explaining why I wrote the code or how the logic works. It’s a work in progress—some scripts are clean, others are just raw experiments while I'm figuring things out.
Happy coding!