ScalaAlgorithms's profile picture. Master your Scala algos.

ScalaAlgorithms

@ScalaAlgorithms

Master your Scala algos.

We've reached 100 Scala Algorithms! Latest: Print Binary Tree Vertically! Which of the scheduled algorithms would you like to see first? We can update the schedule.

ScalaAlgorithms's tweet image. We've reached 100 Scala Algorithms! Latest: Print Binary Tree Vertically!

Which of the scheduled algorithms would you like to see first? We can update the schedule.
ScalaAlgorithms's tweet image. We've reached 100 Scala Algorithms! Latest: Print Binary Tree Vertically!

Which of the scheduled algorithms would you like to see first? We can update the schedule.

ScalaAlgorithms أعاد

We're at 99 algos and the itch ain't gone. 100 next! (@ScalaAlgorithms) #Scala

ScalaWilliam's tweet image. We're at 99 algos and the itch ain't gone. 

100 next! (@ScalaAlgorithms) #Scala
ScalaWilliam's tweet image. We're at 99 algos and the itch ain't gone. 

100 next! (@ScalaAlgorithms) #Scala

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


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


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


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


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...


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 ...


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 ...


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


A new Scala algo is about to come out tomorrow: Fixed Window Rate Limiter


Loading...

Something went wrong.


Something went wrong.