8000 GitHub - emrekuruu/PDA: An Implementation of the pushdown automata that accepts an input file and strings. Returns whether they are accepted and the path taken.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ PDA Public

An Implementation of the pushdown automata that accepts an input file and strings. Returns whether they are accepted and the path taken.

Notifications You must be signed in to change notification settings

emrekuruu/PDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This projects objective is to simulate a PDA's operations, taking a set of states, a stack and input alphabet, transition functions, start states, and final states as input, then simulating the PDA for given strings. The output includes the path traversed and the results, which are written to an output file.

About

An Implementation of the pushdown automata that accepts an input file and strings. Returns whether they are accepted and the path taken.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0