Skip to content
View Cathy272272272's full-sized avatar
  • Google
  • Santa Clara

Block or report Cathy272272272

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Universal-Hashing Universal-Hashing Public

    I implement a universal family of hash function to achieve better performance in an adversarial environment if someone knows what hash function you use in advance. For instance, if someone who know…

    C

  2. Dijkstra Dijkstra Public

    Calculate all source shortest path problem by applying Dijkstran=|V|times with both serial and OpenMP. In serial.c and OpenMP.c, I wrote a void printArr(int dist[]) function to print the result of …

    C 2

  3. Graph-Period Graph-Period Public

    For an irreducible (strongly connected) graph G we can calculate its period as follows: Perform a depth-first search of G For each e in G that connects a vertex on level i of the depth-first search…

    C

  4. Speaker-Recognition-System Speaker-Recognition-System Public

    I implement a speaker recognition system in haskell. The methodology is like, given 2 speakers' speech, we can build a markov model for both of them, and then we are given an unknown speaker's spe…

    Haskell 1

  5. Image-Processing-System Image-Processing-System Public

    Implement a mini image processing system for PPM images

    Haskell

  6. Implementation-of-async-and-packaged_task-in-C- Implementation-of-async-and-packaged_task-in-C- Public

    Implement async with the help of packaged_task and implement packaged_task with the help of promise.

    C++ 1