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

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. Library-Management-System-Web Library-Management-System-Web Public

    This web application allows users to create, update, delete, and retrieve information about books.

    TypeScript

  2. Library-Management-System-API Library-Management-System-API Public

    This RESTful API allows clients to create, update, delete, and retrieve information about books.

    C#

  3. 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

  4. CPU_Scheduling_Algorithms CPU_Scheduling_Algorithms Public

    Compare the efficiency of CPU scheduling algorithms

    Java

  5. Escaping-A-Maze Escaping-A-Maze Public

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

    Java

  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