Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 382 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 382 Bytes

q1

  • 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

How to run unit test

Run Unit Test

mvn clean test

Test coverage report is located at /target/jacoco/index.html