Skip to content
View trangnguyen3010's full-sized avatar
🙋‍♀️
🙋‍♀️

Highlights

  • Pro

Block or report trangnguyen3010

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. UniversityOfSaskatchewanCMPT371/term-project-2024-team-2 UniversityOfSaskatchewanCMPT371/term-project-2024-team-2 Public

    TypeScript 5 1

  2. MulticastMessaging MulticastMessaging Public

    A network includes a server and multiple senders and receivers. Whenever a sender sends a message, the server would send the message to every receiver. While communicating with multiple concurrent …

    C

  3. cmpt360-Coin-Change-Greedy cmpt360-Coin-Change-Greedy Public

    Making Change with Greedy Algorithm: This project involves implementing a recursive greedy algorithm in Java to determine all possible ways to make change using unlimited coins of specified denomin…

    Java

  4. cmpt360-Independent-Set-DP-Greedy cmpt360-Independent-Set-DP-Greedy Public

    Maximum Independent Set on a Path: Implement a greedy algorithm with memoization to find the maximum weight of an independent set on a path graph. Input includes vertex weights; output is the total…

    Java

  5. cmpt360-Sprinklers-DP-Greedy cmpt360-Sprinklers-DP-Greedy Public

    Optimal Sprinkler Placement: This project developed a greedy algorithm with a memoization table to determine the minimum number of sprinklers required to fully water a rectangular grass strip.

    Java

  6. CMPT360-Reconnecting-Computer-Sites-PrimsAlgorithm CMPT360-Reconnecting-Computer-Sites-PrimsAlgorithm Public

    Java