VM's repositories
EngPaperNotes
This repo will consist the notes written for paper notes
Project-euler
My set of problems
Algorithms
Algorithmic solutions from multiple resources
DistributedAlgorithms
This will be having simplfied implementations from Distributed Algorithms book by Nancy Lynch
DistributedCacheGo
This is a simplified implementaiton of a cache using consistent hashing.
GoogleFileSystemGo
Simple Fault-tolearnt implementaiton of GFS in Golang.
AdvancedAlgorithmsJava
Advanced algorithms found in popular technologies
algorithms-rust
algorithms in rust
algorithms_rust
All algorithms in rust
BatsDB
simplified tiered storage time series in golang
IcebergDemo
IcebergDemo
MultiThreadingJava
Experiments with Parallel or Concurrent programming
MyChatMessenger
A simplified implementation of chat messenger in Java
MyErlangExperiments
My various experiments on erlang
OwnMessenger
Java implementation of a chat messenger. An implementation template for scalable messenger
ratelimit_rust
Rate limiter using token bucket in Rustlang.
ResearchPaperNotes
Notes on the Computer Science research papers
TimeSeriesDB
Simplified TimeSeriesDB in Rust