Pinned Repositories
ai-minimax
A requirement of Artificial Intelligence course in AUEB Informatics department.
AoC2024
Here are my solutions of https://adventofcode.com/2024/ using Python
flutter_rpg
My first flutter application following The Net Ninja's tutorial
Hangman
My first programming assignment
Java-Assignments
Projects developed as assignments of AUEB's "Introduction to Java Programming" course
LaTeX-report
An example for those who want to write their assignments using LaTeX
max-PQ
A basic implementation of priority queue, used in a disks-sorting problem
Naive-Bayes-Classifier
An implementation of Naive Bayes Classifier as a Machine Learning technique
pizza-orders-system
An assignment of AUEB "Operation Systems" course
Space-Invaders
A modern implementation of the famous arcade game, using SGG library
gpapachr's Repositories
gpapachr/ai-minimax
A requirement of Artificial Intelligence course in AUEB Informatics department.
gpapachr/AoC2024
Here are my solutions of https://adventofcode.com/2024/ using Python
gpapachr/flutter_rpg
My first flutter application following The Net Ninja's tutorial
gpapachr/Hangman
My first programming assignment
gpapachr/Java-Assignments
Projects developed as assignments of AUEB's "Introduction to Java Programming" course
gpapachr/LaTeX-report
An example for those who want to write their assignments using LaTeX
gpapachr/max-PQ
A basic implementation of priority queue, used in a disks-sorting problem
gpapachr/Naive-Bayes-Classifier
An implementation of Naive Bayes Classifier as a Machine Learning technique
gpapachr/pizza-orders-system
An assignment of AUEB "Operation Systems" course
gpapachr/sgg
Simple Game Graphics Library
gpapachr/Space-Invaders
A modern implementation of the famous arcade game, using SGG library
gpapachr/Space-Invaders-Arcade
An implemantation of the game using Python's Turtle library