Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
Elementary cellular automata (#1302)
* feat: Added Elementary Cellular Automata Algorithm w/ explanation, examples, and further reading * test: Added tests for Elementary Cellular Automata Algorithm * chore: add Wikipedia link to Elementary Cellular Automata Algorithm * Used | Bitwise OR and ^= (Bitwise XOR) operators in calculating next Elementary Generation over Addition + and Subtraction -=
J
Jacoby Johnson committed
327e18f450c48dffddca34a446649edd2b11a083
Parent: fc06690
Committed by GitHub <noreply@github.com>
on 3/4/2023, 5:07:51 AM