Links tagged “algorithm”
7 links, newest first.
blog.figma.com
How Figma's rate limiter approximates a sliding window by combining many small fixed time windows, stored as Redis hashes to keep memory use down.
mql5.com
Describes the fractal-based "Chuvashov's Fork" forex pattern and implements it as an MQL4 Expert Advisor for MetaTrader 4, with entry, stop-loss and trailing rules.
electricmonk.nl
A step-by-step explanation of dependency resolution over a graph, with Python code that derives an install order and detects circular dependencies.
users.softlab.ece.ntua.gr
A Python implementation of the Ulam prime spiral, and a benchmark where running the same grid generation under PyPy comes out around fifty times faster than CPython.
neopythonic.blogspot.fr
Guido van Rossum's stack-based depth-first algorithm for finding a cycle in a directed graph, written to stay independent of how the graph itself is represented.





