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

Block or report xjli865

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. Django-PollsApp Django-PollsApp Public

    Python

  2. Battleship Battleship Public

    This is a solo version of a battleship game. In this game, computer places the ships, and the human attempts to sink them where ships are hidden from the human.

    HTML

  3. Traveling-Salesman Traveling-Salesman Public

    Python

  4. Caesar-Cipher Caesar-Cipher Public

    The idea is to cipher and decipher given messages.

    Java

  5. FractionCalculator FractionCalculator Public

    This API is able to do division calculation, and provide results as a new fraction type in Java. Java provides several types of numbers, but it does not provide fractions.

    Java

  6. Percolation Percolation Public

    This imitates water soaking into ground after the rain. Given a NxN grid, the program can estimate the probability of water percolating to the bottom of grid.

    Java