Skip to content

Commit

Permalink
Include a new section to describe techniques
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersonwhcr committed Apr 18, 2017
1 parent da90dc9 commit d545e76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ $filter = new IntToRoman();
$result = $filter->filter(0); // N
```

## Techniques

This section describes some techniques this package uses to convert Roman
numbers into integer and vice-versa.

### Deterministic Finite Automaton (DFA)

A DFA was developed to check if a string with Roman number is valid. This
Expand Down

0 comments on commit d545e76

Please sign in to comment.