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

Block or report wy10cheng

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. bitFlyerQuiz bitFlyerQuiz Public

    bitFlyer Quiz

    C# 1

  2. NumberOfPaths NumberOfPaths Public

    Find the number of ways to finish a path

    C#

  3. BinaryTree BinaryTree Public

    List the nodes of a binary tree in the same level

    C#

  4. AdjacentNumber AdjacentNumber Public

    Find the maximum distance of adjacent number in an array

    C#

  5. twoSum twoSum Public

    Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have exactly one solution, and you may not use the sam…

    C#