Skip to content
View EiriniMarkantoni's full-sized avatar

Block or report EiriniMarkantoni

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. restaurant-menu restaurant-menu Public template

    HTML

  2. Algorithms-for-combinatorial-optimization-of-parcel-delivery-locker-placement-problems Algorithms-for-combinatorial-optimization-of-parcel-delivery-locker-placement-problems Public

    Diploma thesis on parcel locker location optimization. Developed a heterogeneous capacitated p-median model solved using Python, Gurobi, and custom Branch & Bound algorithms, enhanced with heuristi…

    Python

  3. MasterMind_Project MasterMind_Project Public

    A C++ console implementation of the Mastermind game using numbers. One player sets a secret 4-digit number (no leading zero), and the other tries to guess it in 10 attempts. The game provides feedb…

    C++

  4. Temperature_Sensor Temperature_Sensor Public

    A C++ console application that simulates a temperature monitoring system using object-oriented programming. It supports sensor data input, validation, and statistical analysis (min, max, average), …

    C++

  5. Maze-Pathfinding-Robot- Maze-Pathfinding-Robot- Public

    A Python console app that generates a random maze and uses Dijkstra’s algorithm to find the lowest-cost path for a robot to reach an exit. Includes obstacles, toll cells with higher cost, input val…

    Python