-
The complexity of store function is O(n*m) where
- n is number of elements in arrays
- m is number of elements in a dictionary
-
The complexity of load function is O(n) where n is number of characters in input string
Run Unit Test
mvn clean test
Test coverage report is located at /target/jacoco/index.html