Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rampa2510/system-design

Some projects I made for fun while learning system design
https://github.com/rampa2510/system-design

Last synced: about 6 hours ago
JSON representation

Some projects I made for fun while learning system design

Awesome Lists containing this project

README

        

# System Design algo

These are algorithms I wrote while learning different system design concepts.

# Table of Contents

1. [Load Balancing Algorithms](loadBalancingAlgo)
1. [Simple Hashing](loadBalancingAlgo/simpleHashing.go)
2. [Consistent Hashing](loadBalancingAlgo/consistentHashing.go)
3. [Weighted Round Robin](loadBalacningAlgo/weightedRoundRobin.go)
3. [Least Connection](loadBalacningAlgo/leastConnection.go)