Skip to content

Commit d545e76

Browse files
committed
Include a new section to describe techniques
1 parent da90dc9 commit d545e76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ $filter = new IntToRoman();
129129
$result = $filter->filter(0); // N
130130
```
131131

132+
## Techniques
133+
134+
This section describes some techniques this package uses to convert Roman
135+
numbers into integer and vice-versa.
136+
132137
### Deterministic Finite Automaton (DFA)
133138

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

0 commit comments

Comments
 (0)