Protein Translation: Implement problem in Java language stream. (#985)
* Protein Translation: Implemented problem in Java language stream.
* Protein-translation: Update implementation with FridaTveit's suggestions.
* Fix formatting and typesafety issues.
Fix formatting and Intellij warnings. Remove starter implementation as
this is after the first 20 exercises. Move poker in settings.gradle so
that it's sorted alphabetically.
* dibs : I will implement exercise bookstore
* bookstore : add to track
* bookstore : add to track
update config.json
* Update config.json : added orc-numbers
* add missing test from the canonical spec and delete the remaning test
* using camelCase instead of snake_case for tests methods
* adding @Ignore annotation
* using List instead of ArrayList
* using instance methods instead of class method
* delete useless stuff
* modify magic numbers
* update CostPerGroup method
* update class name and files name to Bookstore from Bookstore + using camelCase for methods
* pass the integers directly to the Arrays.asList() methods
* adding brackets
* fix constant variable
* using static for constants
* dibs: I will implement exercise isogram
* isogram: add to track
* isogram: add to track
* improve Isogram implementation
* Isogram: adjust API to use instance methods
* Improve Isogram implementation
- This code is the solution for the un-implemented Sum of Multiple
problem.
- Includes Test File which checks each test case indicated here:
https://github.com/exercism/x-common/blob/master/exercises/sum-of-multip
les/canonical-data.json