Skip to content
View KhoiDinh's full-sized avatar

Block or report KhoiDinh

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. Sentence-Formatting Sentence-Formatting Public

    Write a program that reads a sentence with up to 100 characters and outputs a sentence with the correct capitalization and spacing. Don’t worry about proper names. Treat a line break as a blank ad …

    C++ 1 2

  2. TicTacToe TicTacToe Public

    Create a program using a two dimension array and functions that lets two players play the tic-tac-toe game. The program is to read a number from 1 to 9 from the keyboard alternating between the X a…

    C++ 1

  3. Song-Recommandation-System Song-Recommandation-System Public

    Design and implemented a program which takes in a song and implements the K-means clustering algorithm to return a list of songs from a dataset that is similar to the input, using Python.

    Jupyter Notebook 1 1

  4. StringCodes StringCodes Public

    Java

  5. McPatterns McPatterns Public

    Using Java Swing to implement a GUI application that simulates a restaurant server taking orders and confirm transactions made with various credit cards Responsibility: Design, implement, and quali…

    Java

  6. Multithreaded-Bank Multithreaded-Bank Public

    Use Java to simulate several bank transactions from a file in order to maximize CPU efficiency and decrease processing time Responsibility: Design, implement, and qualify project, creating several …

    Java