update to petty simulations

This commit is contained in:
Corey 2022-11-15 15:12:38 -05:00
parent 6bc23756a2
commit 4262dd8f09
4 changed files with 2008 additions and 19 deletions

View File

@ -9,4 +9,5 @@ It is the hope that each peice of work ends up finding a more permanent place wi
## Participation
1. Create a subdirectory called your username
2. Put your work in it
3. Share it
3. Best if you add additional READMEs to your subdirectories to help keep track of what is what.
4. Share it

View File

@ -0,0 +1,42 @@
digraph {
node [color=lightgray fillcolor=lightgray fontcolor=black shape=record style="filled, rounded"]
140696396190672 [label="<l>|<v> 0|<r>"]
140696396190672:l -> 140696396192688:v
140696396190672:r -> 140696396191392:v
140696396192688 [label="<l>|<v> 1|<r>"]
140696396192688:l -> 140696396192352:v
140696396192688:r -> 140696396193120:v
140696396191392 [label="<l>|<v> 2|<r>"]
140696396191392:l -> 140696396191920:v
140696396191392:r -> 140696396192640:v
140696396192352 [label="<l>|<v> 3|<r>"]
140696396192352:l -> 140696396191968:v
140696396192352:r -> 140696396192976:v
140696396193120 [label="<l>|<v> 4|<r>"]
140696396193120:l -> 140696396193552:v
140696396193120:r -> 140696396193264:v
140696396191920 [label="<l>|<v> 5|<r>"]
140696396191920:l -> 140696396189952:v
140696396191920:r -> 140696395938496:v
140696396192640 [label="<l>|<v> 6|<r>"]
140696396192640:l -> 140696395938208:v
140696396192640:r -> 140696395937200:v
140696396191968 [label="<l>|<v> 7|<r>"]
140696396191968:l -> 140696395938640:v
140696396191968:r -> 140696395937008:v
140696396192976 [label="<l>|<v> 8|<r>"]
140696396192976:l -> 140696395938544:v
140696396192976:r -> 140696395937584:v
140696396193552 [label="<l>|<v> 9|<r>"]
140696396193552:l -> 140696395938592:v
140696396193264 [label="<l>|<v> 10|<r>"]
140696396189952 [label="<l>|<v> 11|<r>"]
140696395938496 [label="<l>|<v> 12|<r>"]
140696395938208 [label="<l>|<v> 13|<r>"]
140696395937200 [label="<l>|<v> 14|<r>"]
140696395938640 [label="<l>|<v> 15|<r>"]
140696395937008 [label="<l>|<v> 16|<r>"]
140696395938544 [label="<l>|<v> 17|<r>"]
140696395937584 [label="<l>|<v> 18|<r>"]
140696395938592 [label="<l>|<v> 19|<r>"]
}

Binary file not shown.

File diff suppressed because one or more lines are too long