Skip to content
View mihirk11's full-sized avatar

Block or report mihirk11

Report abuse

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

Report abuse
mihirk11/README.md

Hi there 👋

Pinned Loading

  1. Replicated-Key-Value-Storage-based-on-Amazon-Dynamo-Paper Replicated-Key-Value-Storage-based-on-Amazon-Dynamo-Paper Public

    Amazon dynamo paper based replicated, fault tolerant key distributed key value storage.

    Java

  2. Group-Messenger-with-Total-and-FIFO-Ordering-Guarantees Group-Messenger-with-Total-and-FIFO-Ordering-Guarantees Public

    This group messenger provides Total-FIFO ordering guarantees. That means, any android device using this app will see all the messages in the same order as well as in the order that they are sent. T…

    Java 1

  3. Distributed-Hash-Table-based-on-Chord-Paper Distributed-Hash-Table-based-on-Chord-Paper Public

    Implementation of Distributed Hash Table which stores data across multiple nodes based on hash value. Node management mechanism automatically detects the number of nodes in the system and assigns p…

    Java

  4. Exploratory-analysis-with-R Exploratory-analysis-with-R Public

    Exploratory data analysis with R. Various problems in this project target various approaches of analysis

  5. Movie-recommendation-system-using-Bayesian-Network Movie-recommendation-system-using-Bayesian-Network Public

    Movie recommendation system based on movielens dataset. Bayesian approach used to predict likely rating of the movie

    Python 12 3

  6. Group-Messenger-With-Persistent-Storage Group-Messenger-With-Persistent-Storage Public

    Java