Skip to content
View bbalaji561's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report bbalaji561

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

  1. COVID19-Pooling-Strategy COVID19-Pooling-Strategy Public

    Due to the current increase in demand for the covid19 reagents, this project aims at using the test reagents and resources efficiently by pooling multiple test samples into a single sample.

    Python

  2. 2020_HashTag-Counter-Using-Fibonacci-Heap 2020_HashTag-Counter-Using-Fibonacci-Heap Public

    Implementation of the hashtag counter model efficiently using a Fibonacci heap data structure to increase/decrease the frequency of keys in O(logN) complexity.

    C++

  3. Twitter-Clone Twitter-Clone Public

    Implemented a Twitter server engine using suave framework which provides support for both Websockets and Http and performed REST operations like GET and POST. The server engine uses an actor to pus…

    HTML 3 1

  4. Gossip-simulator Gossip-simulator Public

    Gossip type algorithms can be used both for group communication and for aggregate computation. The goal of this project is to determine the convergence of such algorithms through a simulator based …

    F#

  5. Pastry_Protocol Pastry_Protocol Public

    Implemented a Pastry algorithm by handling network join and routing apis. When a pastry node is given a message and key, using the pastry algorithm it routes to the live node which is numerically c…

    F#

  6. PeerToPeer-FileSharing PeerToPeer-FileSharing Public

    In this project, you are asked to write a P2P file sharing software similar to BitTorrent. You can complete the project in Java or C/C++. There will be no extra credit for C/C++. BitTorrent is a po…

    Java 2