Skip to content
View Max00358's full-sized avatar
Block or Report

Block or report Max00358

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

Hi, I'm Max👋

I have had a lifelong passion for problem-solving, starting from my participation in math and chess competitions during my elementary school years. This interest has only continued to deepen as I have taken on more group projects and leadership roles in organizations such as the University of Waterloo Engineering Society.

During my days, I am either studying Computer Engineering at the University of Waterloo, pursuing personal projects, or collaborating with design teams. These experiences allow me to apply my problem-solving skills to actual challenges, which I find incredibly thrilling.

Pinned

  1. Embedded_Project-Water_Reservoir_System Embedded_Project-Water_Reservoir_System Public

    An embedded system design that simulates an irrigation system.

    C 1

  2. Multi_Threaded_Image_Concatentation Multi_Threaded_Image_Concatentation Public

    ECE 252 Lab 2: Using threads to requests PNG strips from server and concatenate them to form a whole image

    C 1

  3. Multi_Processes_Image_Concatenation Multi_Processes_Image_Concatenation Public

    ECE 252 Lab 3: Solving producer-consumer problem in the context of taking image strips from the server and concatenating them to form a complete image using processes

    C

  4. Multi_Threaded_Image_Web_Crawler Multi_Threaded_Image_Web_Crawler Public

    ECE 252 Lab 4: A simplified multi-threaded web crawler that searches a seed URL and find up to 50 valid PNGs

    C

  5. 2A_Graphs_PowerGrid 2A_Graphs_PowerGrid Public

    Using Kruskal's algorithm, merge sort and union find path compression technique is applied to find a Minimum Spanning Tree (MST) of the graph

    C++

  6. Mario_Game Mario_Game Public

    Using HTML, CSS and JavaScript to create a fun Mario game!

    JavaScript