A deterministic finite automaton (DFA) tester that allows users to build and test DFAs.
Users can:
- Define their own alphabets
- Define states and set transitions
- Test if a string is accepted or rejected by a DFA
<a href="https://play.google.com/store/apps/details?id=com.seedform.dfatester">
<img
alt="Get it on Google Play"
src="https://developer.android.com/images/brand/en_generic_rgb_wo_45.png" />
In Eclipse:
- Import the DFATester project into your Eclipse workspace. SystemBarTint.jar should be automatically imported.
- Add android-support-v7-appcompat as a (library) project in Eclipse (if you haven't yet, download the Android Support Library using the Android SDK Manager).
- Add android-support-v7-appcompat as a library in DFATester (Project properties -> Android).
Copyright 2013 Shudmanul Chowdhury
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.