
ScalaAlgorithms
193 posts

ScalaAlgorithms
@ScalaAlgorithms
Master your Scala algos.
Katılım Eylül 2020
1 Takip Edilen176 Takipçiler

ScalaAlgorithms retweetledi


scala-algorithms.com/ComputeMissing…
Compute missing ranges
Visit the Algorithm page
English

scala-algorithms.com/ComputeMissing…
Compute missing ranges
Visit the Algorithm page
English

scala-algorithms.com/FindKthLargest…
Find kth largest element in a List
Visit the Algorithm page
English

scala-algorithms.com/MinimumItemRot…
Find the minimum item in a rotated sorted array
Visit the Algorithm page
English

scala-algorithms.com/ConvertAnagram…
Compute the steps to transform an anagram only using swaps
Visit the Algorithm page
English

scala-algorithms.com/FillFibonacci/
Compute minimum number of Fibonacci numbers to reach sum
Visit the Algorithm page
English

scala-algorithms.com/TokenBucketRat…
Token Bucket Rate Limiter
While similar to LeakyBucketRateLimiter, it works a bit differently, and is specifically useful as a network layer algorithm in order rate-limit packets:
Visit the Algorithm...
English

scala-algorithms.com/LeakyBucketRat…
Leaky Bucket Rate Limiter
The leaky bucket algorithm provides a constant output rate based on an input, and where the maximum capacity is exceeded, inputs are ignored.
Visit the Algorithm page
...
English

scala-algorithms.com/MostRecentlyUs…
Least-recently used cache (MRU)
A most-recently used cache (MRU) stores a set of key-value pairs in order of their most recent access but evicts the most-recently used one when space is needed. 'MRU' refers to ...
English

scala-algorithms.com/GameOfLife/
Game of Life
The Game of Life, also known as Conway's Game of Life, is a simulation of a system where cells die out if there is overpopulation, and die out if there is underpopulation.
Visit the Algorithm page
English

A new Scala algorithm is out!
scala-algorithms.com/SlidingWindowR…
Sliding Window Rate Limiter
English

A new Scala algorithm is out!
scala-algorithms.com/FixedWindowRat…
Fixed Window Rate Limiter
English

A new Scala algorithm is out!
scala-algorithms.com/LeakyBucketRat…
Leaky Bucket Rate Limiter
English




