Skip to content

Commit b5f8ff3

Browse files
authored
Merge pull request algorithm-visualizer#161 from jarettgross/cellular-automata-branch
added cellular automata to category.json
2 parents a15ca39 + f25a51a commit b5f8ff3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

algorithm/category.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100
},
101101
"etc": {
102102
"list": {
103-
"flood_fill": "Flood Fill"
103+
"flood_fill": "Flood Fill",
104+
"cellular_automata": "Cellular Automata"
104105
},
105106
"name": "Uncategorized"
106107
}

0 commit comments

Comments
 (0)