Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.14 KB

best-package

CircleCI Coverage Code Lines Of Code Technical Debit

The app uses Dynamic_programming_in-advance_algorithm to solve the packing problem

prerequisites

  • JDK1.8
  • gradle

test

gradle test
  • Code coverage: %90 with main class, %100 without main class.
  • Case coverage: %100

build

gradle clean build

run

java -jar build/libs/best-package-1.0.jar <filePath>
sample
java -jar build/libs/best-package-1.0.jar src/test/resources/PackageProblem.txt