Skip to content

Create wa-tor algorithm #8899

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3491a98
feat(cellular_automata): Create wa-tor algorithm
CaedenPH Jul 28, 2023
a052365
updating DIRECTORY.md
Jul 28, 2023
f79680b
chore(quality): Implement algo-keeper bot changes
CaedenPH Jul 28, 2023
0765948
Merge branch 'TheAlgorithms:master' into create-wa-tor-algorithm
CaedenPH Jul 28, 2023
9289b51
Update cellular_automata/wa_tor.py
CaedenPH Jul 28, 2023
06fb410
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 28, 2023
e7284fe
Merge branch 'TheAlgorithms:master' into create-wa-tor-algorithm
CaedenPH Jul 28, 2023
4bb7574
refactor(repr): Return repr as python object
CaedenPH Jul 28, 2023
06c7568
Merge branch 'TheAlgorithms:master' into create-wa-tor-algorithm
CaedenPH Jul 29, 2023
9f23c25
Update cellular_automata/wa_tor.py
CaedenPH Jul 30, 2023
8554b71
Update cellular_automata/wa_tor.py
CaedenPH Jul 30, 2023
a9fb2ed
Update cellular_automata/wa_tor.py
CaedenPH Jul 30, 2023
e659bd1
Update cellular_automata/wa_tor.py
CaedenPH Jul 30, 2023
d277dba
Update cellular_automata/wa_tor.py
CaedenPH Jul 30, 2023
9d8afeb
Update cellular_automata/wa_tor.py
CaedenPH Jul 30, 2023
a87d672
Update cellular_automata/wa_tor.py
CaedenPH Jul 30, 2023
bf422b1
Update cellular_automata/wa_tor.py
CaedenPH Jul 30, 2023
adcc4ff
Update cellular_automata/wa_tor.py
CaedenPH Jul 30, 2023
7dc6788
Update cellular_automata/wa_tor.py
CaedenPH Jul 30, 2023
8670299
Update cellular_automata/wa_tor.py
CaedenPH Jul 30, 2023
5ba7243
refactor(display): Rename to display_visually to visualise
CaedenPH Jul 30, 2023
e6f3995
refactor(wa-tor): Use double for loop
CaedenPH Jul 30, 2023
318e087
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 30, 2023
93f7b38
chore(wa-tor): Implement suggestions from code review
CaedenPH Aug 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
* [Game Of Life](cellular_automata/game_of_life.py)
* [Nagel Schrekenberg](cellular_automata/nagel_schrekenberg.py)
* [One Dimensional](cellular_automata/one_dimensional.py)
* [Wa Tor](cellular_automata/wa_tor.py)

## Ciphers
* [A1Z26](ciphers/a1z26.py)
Expand Down
Loading