Skip to content
View FredericoMendes10's full-sized avatar

Block or report FredericoMendes10

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
FredericoMendes10/README.md

Hi, I'm Fred 👋

Computer Science and Engineering student at Instituto Superior Técnico, Lisbon.


📊 GitHub Stats

GitHub Stats

Top Languages

Profile Views


💻 Languages

C, C++, Java, Python, PostgreSQL

🛠️ Tools

Git, GitLab, Docker, Linux, Figma


📌 Academic Projects

🔹 Nuruomino Solver — Solver for the Nuruomino puzzle using AI search algorithms (DFS, A*, BFS, greedy). Built for the Artificial Intelligence course 2024/2025.

🔹 Key-Value Store — A key-value store (KVS) server with real-time pub/sub notifications, written in C as an Operating Systems course project 2024/2025.

🔹 Event Reservation System — Client-server app for managing event reservations over raw POSIX sockets (UDP/TCP), built for the Computer Networks course 2025/2026.

Pinned Loading

  1. AI AI Public

    Solver for the Nuruomino puzzle using AI search algorithms (DFS, A*, BFS, greedy). Built for the Artificial Intelligence course 2024/2025.

    Python

  2. RC RC Public

    Client-server app for managing event reservations over raw POSIX sockets (UDP/TCP), built for the Computer Networks course 2025/2026.

    C++

  3. plotly.py plotly.py Public

    Forked from plotly/plotly.py

    The interactive graphing library for Python ✨

    Python

  4. SO SO Public

    A key-value store (KVS) server with real-time pub/sub notifications, written in C as an Operating Systems course project.

    C