Skip to content

Commit 9d86d4e

Browse files
CaedenPHgithub-actionscclausspre-commit-ci[bot]tianyizheng02
authored
Create wa-tor algorithm (#8899)
* feat(cellular_automata): Create wa-tor algorithm * updating DIRECTORY.md * chore(quality): Implement algo-keeper bot changes * Update cellular_automata/wa_tor.py Co-authored-by: Christian Clauss <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * refactor(repr): Return repr as python object * Update cellular_automata/wa_tor.py Co-authored-by: Tianyi Zheng <[email protected]> * Update cellular_automata/wa_tor.py Co-authored-by: Tianyi Zheng <[email protected]> * Update cellular_automata/wa_tor.py Co-authored-by: Tianyi Zheng <[email protected]> * Update cellular_automata/wa_tor.py Co-authored-by: Tianyi Zheng <[email protected]> * Update cellular_automata/wa_tor.py Co-authored-by: Tianyi Zheng <[email protected]> * Update cellular_automata/wa_tor.py Co-authored-by: Tianyi Zheng <[email protected]> * Update cellular_automata/wa_tor.py Co-authored-by: Tianyi Zheng <[email protected]> * Update cellular_automata/wa_tor.py Co-authored-by: Tianyi Zheng <[email protected]> * Update cellular_automata/wa_tor.py Co-authored-by: Tianyi Zheng <[email protected]> * Update cellular_automata/wa_tor.py Co-authored-by: Tianyi Zheng <[email protected]> * Update cellular_automata/wa_tor.py Co-authored-by: Tianyi Zheng <[email protected]> * refactor(display): Rename to display_visually to visualise * refactor(wa-tor): Use double for loop * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * chore(wa-tor): Implement suggestions from code review --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: Christian Clauss <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tianyi Zheng <[email protected]>
1 parent 4f2a346 commit 9d86d4e

File tree

2 files changed

+551
-0
lines changed

2 files changed

+551
-0
lines changed

Diff for: DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
* [Game Of Life](cellular_automata/game_of_life.py)
7575
* [Nagel Schrekenberg](cellular_automata/nagel_schrekenberg.py)
7676
* [One Dimensional](cellular_automata/one_dimensional.py)
77+
* [Wa Tor](cellular_automata/wa_tor.py)
7778

7879
## Ciphers
7980
* [A1Z26](ciphers/a1z26.py)

0 commit comments

Comments
 (0)