Skip to content

Commit

Permalink
Added DFA example notebook (#234)
Browse files Browse the repository at this point in the history
Co-authored-by: Kylie Zhang <[email protected]>
  • Loading branch information
eliotwrobson and skyien-z authored Feb 7, 2025
1 parent aff7a80 commit 050e027
Show file tree
Hide file tree
Showing 4 changed files with 1,051 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
Links:
- [**Documentation**](https://caleb531.github.io/automata/)
- [**Examples**](https://caleb531.github.io/automata/examples/fa-examples/)
- [**Example Notebooks**](https://github.com/caleb531/automata/tree/main/example_notebooks)
- [**Migration Guide**](https://caleb531.github.io/automata/migration/)
- [**API**](https://caleb531.github.io/automata/api/)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Automata is a Python 3 library implementing structures and algorithms for manipu
pushdown automata, and Turing machines. The algorithms have been optimized and are capable of
processing large inputs. Visualization logic has also been implemented. This package is suitable for
both researchers wishing to manipulate automata and for instructors teaching courses on theoretical
computer science.
computer science. See [example jupyter notebooks.](https://github.com/caleb531/automata/tree/main/example_notebooks)

For an overview on automata theory, see [this Wikipedia article][wikipedia-article], and
for a more comprehensive introduction to each of these topics, see [these lecture notes][lecture-notes].
Expand Down
1 change: 1 addition & 0 deletions docs/people.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
- [Tagl](https://github.com/Tagl)
- [CamiloMartinezM](https://github.com/CamiloMartinezM)
- [abhinavsinha-adrino](https://github.com/abhinavsinha-adrino)
- [skyien-z](https://github.com/skyien-z)
Loading

0 comments on commit 050e027

Please sign in to comment.