Explore >> Select a destination


You are here

jonhnnyweslley.net
| | underscore.io
6.0 parsecs away

Travel
| |
| | jamie-wong.com
5.4 parsecs away

Travel
| | [AI summary] Jamie Wong discusses the tradeoffs between dynamically and statically typed programming languages, exploring how modern languages are attempting to blend the best features of both to improve iteration speed, correctness checking, and development support.
| | initialcommit.com
5.8 parsecs away

Travel
| | This tutorial shows several ways to convert a File object to a byte[] array in Java.
| | rcoh.me
47.2 parsecs away

Travel
| The code for this post, as well as the post itself, are on github. This post is part 3 of a 3 part series. Part 1: Parsing Part 2: Generate an NFA Part 3: Evaluate an NFA Evaluating the NFA NFAs, DFAs and Regular Expressions Recall from part 2 that there are two types of finite automata: deterministic and non-deterministic. They have one key difference: A non-deterministic finite automata can have multiple paths out of the same node for the same token as well as paths that can be pursued without consuming input.