* Create version File for Pig-Latin Challenge
* Update PigLatinTranslator.java
Updated tests.
Could someone please double-check that this test class works as intended?
* Update PigLatin Tests
Build failed last time.
* Update PigLatinTranslator.java
Fixed reference solution so words with "y" after a consonant cluster are taken care of properly.
* Update PigLatinTranslatorTest.java
Fix test to match correct reference solution.
* Update PigLatinTranslator.java
Made method more efficient and fixed up formatting
* Update PigLatinTranslator.java
* Fix Character and String Comparison
* Initial
* Extract certain logic to methods
* Implement and add tests
* Use 'One' and 'Zero' in test method names instead of '1' and '0'
* Change spacing
* Add remaining tests
* Fix indentation
* Use better method for calculating rth root of x
* Move reference implementation to .meta
* Include exercise in settings.gradle
* Add README
* Add reference to config.js
* Add UUID and unlocked-by
* Make methods package-private; Ignore all but first test
* Add 'algorithms' to topics because of gcd
* Give @Ignores the proper message and put in the proper order
* Generate README using configlet
* Add version file
* Remove 'classes' from topics
* Make class package private
* Make class package private
* Use equals method and assertEquals (and toString) for comparing Rationals
* Stub out Rational with equals and toString
* Stub out methods
* Remove comment
* Regenerate exercise READMEs to pick up tweaks to problem description
The upstream problem specifications have been updated with various
formatting changes, whitespace changes, and clarifications to the description.
This pulls in all the recent changes.
* Inline the exercise README insert
Now that we're operating with a track-wide template for generating exercise
READMEs we no longer need a separate markdown document to use for hints
and instructions that apply to all the exercises in a track. These instructions
can be defined directly in the template.