Software developer with a diverse background in architecture, UX/UI, and Product Design.
- 🌱 Student at 42 Amsterdam (Codam).
- 📫 How to reach me: cerkurt@student.codam.nl / https://www.linkedin.com/in/cerkurt
Software developer with a diverse background in architecture, UX/UI, and Product Design.
A maze generator and solver (DFS/BFS) — 42 curriculum project
Python 1
42 push_swap — sorting two stacks with minimal operations (ABC algorithm, rank + window strategy, ring buffer stacks).
C
Implementing a C function that reads a file line by line from a file descriptor.
C
Manuel implementation of printf function that parses a format string, prints the formatted output to stdout, and returns the number of printed characters.
C