Skip to content
View MaysHroub's full-sized avatar
🐿️
Squirrel mode
🐿️
Squirrel mode

Block or report MaysHroub

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
MaysHroub/README.md

Well, Hello there!

Squirrel

About me:

Not a huge fan of AI, but I still find it impressive.

Currently trying to survive at BZU.

I'm learning backend stuff.

I solve problems on Codeforces.

You can find me on LinkedIn most of the time.


Announcement ^_^

Squirrel

We're looking for someone who is currently enrolled in course 'Mobile Software Development' with Dr. Samer, and knows how to use git well :)

Contact us via LinkedIn if you want to join us.

Note: I know posting on groups would be a better approach but this is more fun (。・∀・)ノ゙


Connect with me

Linkedin Badge FB Badge Email Badge LeetCode Badge

Things I code with

springboot Badge mysql Badge sqlserver Badge python Badge java Badge javafx Badge git Badge postman Badge intellij Badge trello Badge

My Recent Projects

Project Title Description Technologies Used Link
PalTechLinker A web application to link students with tech companies and the interns they provide. Spring Boot, React.js Source Code
Data Structures A repository contains the implementation of all data structures developed as part of the Data Structures (COMP242) course at Birzeit University. Java Source Code

Github Stats

GitHub stats GitHub stats

Visitor Count

Visitor Count

Pinned Loading

  1. data-structures data-structures Public

    This repository contains the implementation of the data structures covered in the COMP242 course taught by Professor Mamoun Nawahda.

    Java 11

  2. coins-game-using-DP coins-game-using-DP Public

    This is the first project of COMP336 Algorithms course in BZU. Its main aim is to create a coin game where the player who moves first always wins, using a Dynamic Programming approach.

    Java 2

  3. huffman-compression huffman-compression Public

    This is the second project of COMP336 Algorithms course in BZU. It illustrates Huffman coding algorithm in compressing and decompressing files.

    Java 2

  4. best-path-with-dijkstra best-path-with-dijkstra Public

    This is the third project of COMP336 Algorithms course in BZU. It illustrates how to find shortest path (least distance, least time, or least price) using Dijkstra's algorithm.

    Java 2