Skip to content

tam81/test001

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A test project (code = 001)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages