๐ This README is available in:
This repository is my personal record of educational progress and formation.
It contains notes, code examples, and exercises from my university courses, mainly focused on:
- Algorithms and Programming
- Data Structures
- Coming soon
All examples are written in C++
and organized by topic to facilitate clarity and help me track my learning journey.
โ ๏ธ Important: This repo is only a personal log of my study process and programming practice.
For full projects, portfolio, and additional materials, visit my website and GitHub profile.
๐ Check out my portfolio here โ portafoliobypablokoern.netlify.app
Fundamentals of C++, Algorithms, and Programming/
00_intro/
: First steps, syntax, basic output01_conditionals/
:if
,else
, nested logic02_loops/
:while
,for
, control flow03_arrays_matrices/
: One-dimensional and two-dimensional arrays04_sorting_searching/
: Bubble sort, linear/binary search05_strings_structs/
: String manipulation and struct usage
Data Structures in C++/
- (coming soon)