Skip to content
View yy-cc-20's full-sized avatar
Block or Report

Block or report yy-cc-20

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
yy-cc-20/README.md

👋 Hi, I am Chu Yan






My Github Statistics 📈

Pinned Loading

  1. Clinick-Appointment-System Clinick-Appointment-System Public

    A console program that aims to digitize the process of making appointment. Applies object-oriented programming concept, uses entity boundary control, adapter design pattern, and uses MYSQL databas…

    Java 3

  2. Battleship-Console-Game Battleship-Console-Game Public

    This Java program implements a simplified console-based Battleship game with a human player and a computer player. The game includes ship placement, turn-based attacks, and a clear console interfac…

    Java

  3. CPU_Scheduling_Algorithms CPU_Scheduling_Algorithms Public

    Compare the efficiency of CPU scheduling algorithms

    Java

  4. Escaping-A-Maze Escaping-A-Maze Public

    A java console application to find the path to escape a maze.

    Java

  5. Higher-Education-Compass Higher-Education-Compass Public

    A web application assisting Malaysian high school students in choosing university programs based on their personalities, interests, values, and abilities. The system aims to improve students' self-…

    PHP

  6. Job-Sequencing-Problem Job-Sequencing-Problem Public

    Using two approaches to solve the job sequencing problem, both approaches use binary search tree and greedy algorithm. Time complexity for two approaches are n log(n).

    Java