Skip to content
View MingyiLiang's full-sized avatar

Block or report MingyiLiang

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 Loading

  1. Turing-Machine Turing-Machine Public

    Write a Java program that simulates a Turing Machine

    Java

  2. Redblacktree Redblacktree Public

    Write a spell checker that is based on a red black tree. The execution of the program, when run with shortWords.txt as a command line argument

    Java

  3. Merkle-Hellman-Knapsack-Cryptosytem Merkle-Hellman-Knapsack-Cryptosytem Public

    In this part you will implement key generation, encryption and decryption using the Merkle-Hellman Knapsack Cryptosystem.

    Java

  4. ReversePolishNotation ReversePolishNotation Public

    Write a class called ReversePolishNotation.java that reads and then evaluates postfix expressions involving BigIntegers and variables. It reads a line from the user, evaluates the expression and di…

    Java

  5. Traveling-Salesperson-Problem- Traveling-Salesperson-Problem- Public

    Using an approximation algorithm to solve TSP

    Java

  6. LZW-Compression LZW-Compression Public

    Write a Java implementation of the Lempel-Ziv Wech compression algorithm.

    HTML