Array
A foundational exploration into memory allocation and low-level data manipulation developed during my first year of software engineering. This repository captures the critical transition from writing basic syntax to thinking structurally about data efficiency and algorithmic logic. Built entirely in C++ to master core programming paradigms from the ground up.
- Engineered custom data manipulation scripts and implemented core searching and sorting logic manually without relying on high-level abstractions
- Utilized C++ and compiler tools to understand structural programming, standard I/O operations, and static memory management.
- Mastered how arrays operate directly at the memory level, including contiguous storage, indexing mechanics, and pointer basics.
- This project shifted my perspective from just "making code work" to analyzing complexity, laying the mathematical groundwork needed for modern full-stack scalability.