Skip to content
View YuzhouGuo's full-sized avatar
  • McGill University
  • Montreal, Canada
Block or Report

Block or report YuzhouGuo

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

Popular repositories

  1. MazeGeneration_RecursiveBacktracking MazeGeneration_RecursiveBacktracking Public

    The recursive backtracking algorithm for generating small to medium size of mazes

    C# 6 1

  2. SpiceMerchant SpiceMerchant Public

    A GOAP (Goal Oriented Action Planning)(based on Finite State Machine) AI system case implementation from the modern game algorithm course.

    ShaderLab 2

  3. php_firstLittleWebsite php_firstLittleWebsite Public

    First trying with php script together with HTML and CSS to load a website! (MySQL as the server)

    PHP 1

  4. messageEncipher messageEncipher Public

    Several classic ciphers implementation, which includes Caesar cipher, Vigenere cipher and Transposition cipher. The program is able to do both encryption and decryption work for all these three kin…

    Java

  5. amazonDelivery amazonDelivery Public

    A basic code outline that Amazon may use to automate their warehouses. The core of this program is the corporation between different classes: Box, Urgent box, Shelf and Warehouse. A intelligent wor…

    Java

  6. cityBuildingManagement cityBuildingManagement Public

    Using binary search tree to manage buildings according to their data (age/height). All buildings in the city are well organized according to their year of construction.

    Java