Concepts2
βοΈAlgorithmIntermediate
Functional Graph
A functional graph is a directed graph where every node has exactly one outgoing edge, so repeatedly following edges from any start eventually loops into a cycle.
#functional graph#successor graph#cycle detection+10
βMathIntermediate
Game Theory - Calculation Techniques
SpragueβGrundy theory converts any impartial, normal-play game into an equivalent Nim heap using a Grundy number.
#sprague-grundy#grundy numbers#nim-sum+12