Skip to content
View maiti1987's full-sized avatar

Block or report maiti1987

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. Topological_Sort Topological_Sort Public

    This Program Generates all possible topological sorting arrangements. The principle idea is taken from "A structured program to generate all topological sorting arrangements" by Donald E. Knuth and…

    C++ 1

  2. EHR_Data_Analysis EHR_Data_Analysis Public

    EHR data analysis

    Jupyter Notebook 1

  3. DTW DTW Public

    Dynamic Time Warping with different sorts of penalty

    Python

  4. DeseaseMap DeseaseMap Public

    Find High Risk region using a logistic model

    Python

  5. Map_Reduce_Concept Map_Reduce_Concept Public

    A Simple Map reduce concept implemented in C++

    C++

  6. Recursive_Mutation_Distance_in_DNA Recursive_Mutation_Distance_in_DNA Public

    Recursive java implemenation to determine shortest mutation distance between two DNA strings. Not all mutation are valid: valid mutations are compared from a database.

    Java