Skip to content
View kevintu2's full-sized avatar
  • Boston

Block or report kevintu2

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. kevintu.github.io kevintu.github.io Public

    Redesigned Personal Website

    HTML

  2. BootlegFacebook BootlegFacebook Public

    I created a simple social media app by utilizing multi-threaded programs, multicast communication, and application-layer protocols. This app consists of one server and multiple clients. The clients…

    Java

  3. Dijkstras-Algorithm Dijkstras-Algorithm Public

    Implemented Dijkstra's algorithm in Java. Given a text file with the start node, the total number of nodes and edges in the first line and other nodes and neighbors with their respective edge weigh…

    Java

  4. Interpreter Interpreter Public

    Built an interpreter for a small, OCaml-like, stackbased bytecode language.

    OCaml

  5. RecipeApp RecipeApp Public

    This is a React application that uses a recipe API from Edamam to search for recipes based on what the user decides to search for in the search bar. Once the user picks a key word to search for the…

    JavaScript

  6. Sequence-Alignment Sequence-Alignment Public

    This is a program that is able to intake two text files and makes the second file change into the first file by utilizing dynamic programming.