Skip to content
View sumankarki's full-sized avatar

Block or report sumankarki

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

Popular repositories Loading

  1. WeightedMatching WeightedMatching Public

    # WeightedMatching An implementation of a simple approximation algorithm for the weighted matching problem. 1. Implementation of Greedy Matching 2. Implementation of Path Growing

    Java

  2. HappyOrSad HappyOrSad Public

    Analysing if it's Happy or Sad tweets

    Jupyter Notebook

  3. cryptosystem cryptosystem Public

    A computer security class project that uses Private key and public key approach to encrypt and decrypt the plaintext and cipher text respectively.

    Java 1

  4. wsucrypt wsucrypt Public

    A class project that uses modified version of DES for encryption/decryption of plain text/cipher text.

    Java

  5. dictionary-map-reduce dictionary-map-reduce Public

    A normal dictionary implemented using map-reduce method. It reads number of words from a file and produces output file with it's respective meaning.

    Java

  6. normal-dictionary normal-dictionary Public

    A normal dictionary build using Java where it reads file and provides meaning for those words.

    Java