/myDemoApp

An app with unit tests, using maven and some frameworks, as a "hello world" project.

Primary LanguageJava

The App takes 4 paramaters,

  1. Integer[] index1
  2. List < Integer > index2
  3. String[] set1
  4. List < String > set2

then for each index from index1, add the string with that index from set1 to answer. Then it does the exact thing for set2 and sort them lexicographically. Simply it merges the given indices.

Build Status

Demo site: https://fast-castle-77777.herokuapp.com/compute