mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 09:28:26 +08:00

* 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 -=