Skip to content
View PatNtinos's full-sized avatar

Block or report PatNtinos

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

Hellooooooo!!!

🎓 I'm a Master's student in Computer Science with a Bachelor's degree in Physics.

Currently exploring new programming languages and applying coding skills to a variety of playful and fresh projects.

Bringing fresh ideas, enthusiasm, and a strong curiosity to understand how those 0s and 1s work together.

I’m committed to continuous learning and improving through hands on work. I adapt quickly to new challenges and technologies, always driven by a desire to grow and improve.

Languages & Tools

Java Python C C++ Git

Pinned Loading

  1. Caves-of-Chaos Caves-of-Chaos Public

    Caves of Chaos is a Java roguelike dungeon crawler, where you have to descend 10 Treacherous levels and finally face the Serpent of Chaos. On your quest for the Luminous Diamond, you’ll battle hord…

    Java

  2. Student-Marketplace Student-Marketplace Public

    A full-stack web application where students can browse, filter, and claim gifts using an authenticated system. Built with Angular, Node.js (Express), and MySQL.

    TypeScript

  3. ML-Pokemon-Gen1 ML-Pokemon-Gen1 Public

    ML project pipeline on classification of Pokemon Gen 1 images according to their type (Water,Fire, etc.) using Autoencoders,LDA and PCA for feature extraction. Applied Classic models like KNN, SVM,…

    Jupyter Notebook

  4. Sparse-Matrix-Traversal Sparse-Matrix-Traversal Public

    This C program implements a sparse matrix data structure with graph traversal capabilities using Breadth First Search (BFS) while also detecting cycles in the BFS tree.

    C++

  5. Multicycle-ARM-Processor Multicycle-ARM-Processor Public

    Designed and implemented a multicycle ARM processor in VHDL using Vivado IDE as part of a Master’s in Digital Systems Design. The processor supports data processing, memory, and branch instructions…

    VHDL

  6. Red-Black-Tree Red-Black-Tree Public

    This program implements a Red-Black Tree, a self balancing binary search tree.

    C