-
University of Athens
- Athens, Greece
- andreaspavlou2002@gmail.com
Stars
Master programming by recreating your favorite technologies from scratch.
Database Management Systems Project implemented various sorting, storing, retrieving algorithms for DBMS using C (Extendible Hashing, Merge Sort, Heap).
Solution to some Pacman Projects_{0, 1, 2} of Berkeley AI course
Solving the Constraint Satisfaction Radio Link Frequency Assignment Problem (RLFA) using Python.
Operating Systems Project on xv6 for RISC-V architecture, implemented round robin scheduler and system calls working both on user and kernel mode
Designed and implemented synchronized inter-process communication (IPC) to transfer message packets efficiently. Utilized shared memory for data exchange and employed threads to ensure proper synch…