Skip to content
View quoc-jordan-an's full-sized avatar

Block or report quoc-jordan-an

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

Pinned Loading

  1. Connect-Lite Connect-Lite Public

    JavaScript

  2. Personal-Website Personal-Website Public

    HTML

  3. PomodoroTimer PomodoroTimer Public

    HTML

  4. The-Grammar-Checker The-Grammar-Checker Public

    Implemented Binary Search Trees to store entries in a synonym thesaurus. If a word occurs above a certain threshold, the program will replace it with a random synonym from the thesaurus. This proje…

    Java

  5. The-Infix-to-Postfix-Converter The-Infix-to-Postfix-Converter Public

    Implemented Stack Abstract Data Type to convert infix mathematical notation to postfix notation. This project’s goal is to practice good design and to introduce an encapsulation method. Generics, J…

    Java

  6. Perfect-Square-Recursive- Perfect-Square-Recursive- Public

    Ask user for input, the program will fill in the "*" input and try to make a perfect square using recursive backtracking which I think it's cool

    Python