App is temporarily unavailable

Finite Automata

Published by: Unknown

Description

Finite Automata is not a game, it is intended to be used in a Computer Science course to help teach students how to design algorithms using finite automata.
The ideal setup is having the students design their automata by hand on a notebook and then transfer to the application to be able to test the automata.
Available commands:
states n

- creates n states from 0 to n-1

- state 0 is the initial state, always


add n

- adds a state n


final n

- toggles State n as a Final State

- multiple states may be Final


st1 event st2 

- transition from st1 to st2 for event

- st1 and st2 are integer numbers

- event is a String, no " necessary


clear

- remove all states and transitions


del state1

- deletes a state and all related 
transitions


del state1 event state2

- deletes the transition


help

- shows this help information


show

- shows the automaton



========= Example ==========

> states 3

> final 2

> 0 a 1

> 0 b 0

> 1 a 2

> 1 b 0

> 2 a 2

> 2 b 2


This automaton accepts inputs on 
{a, b}* that contains "aa" as part of 
the sequence.

==========================
Hide Show More...

Finite Automata FAQ

  • Is Finite Automata free?

    Yes, Finite Automata is completely free and it doesn't have any in-app purchases or subscriptions.

  • Is Finite Automata legit?

    Not enough reviews to make a reliable assessment. The app needs more user feedback.

    Thanks for the vote

  • How much does Finite Automata cost?

    Finite Automata is free.

  • What is Finite Automata revenue?

    To get estimated revenue of Finite Automata app and other AppStore insights you can sign up to AppTail Mobile Analytics Platform.

User Rating

5 out of 5

1 ratings in United States

5 star
1
4 star
0
3 star
0
2 star
0
1 star
0
Ratings History

Finite Automata Reviews

App doesn't have any reviews yet

Finite Automata Installs

Last 30 days

Finite Automata Revenue

Last 30 days

Finite Automata Revenue and Downloads

Gain valuable insights into Finite Automata performance with our analytics.
Sign up now to access downloads, revenue, and more.

App Info

Category
Education
Publisher
Unknown
Languages
English
Recent release
1.1 (9 years ago )
Released on
Oct 4, 2015 (9 years ago )
Last Updated
1 year ago
This page includes copyrighted content from third parties, shared solely for commentary and research in accordance with fair use under applicable copyright laws. All trademarks, including product, service, and company names or logos, remain the property of their respective owners. Their use here falls under nominative fair use as outlined by trademark laws and does not suggest any affiliation with or endorsement by the trademark holders.