Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Ask HN: Friendly Introduction to State Machines?
9 points by elviejo on Sept 12, 2011 | hide | past | favorite | 3 comments
Do you guys know a good introduction to State Machines.

I need something that starts from the point of view of a practicing programmer and helps me to finally understando the Mathematics.

TIA




Simple state machines don't really have a lot of math behind them. Just a diagram of states and state transitions. The only time math comes into it is if you need to prove something about them, then your general graph algorithms should be able to take care of it. You can whip up all the code you need for a state machine in less than a page of code, there really isn't much to them.





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: