java-tutorials/java-strings
kyleandari 58a536c395 BAEL 2330
* Implementing Hexagonal Architecture in java

* Removing duplicates from a string

* Fix for the code review feedback
- removing the hexagonal architecture code
- removing the methods removeDuplicatesUsingCharArray
- adding some meaningful sentences to test

* Fix for the code review feedback
- fix for removeDuplicatesUsingCharArray
- adding unit testing
- adding brackets around for loops

* Fix for the code review feedback

* Adding remove duplicates using java 8 distinct
adding assets to the unittests to test for empty strings

* Checking for empty strings in unit tests
Adding an if statement to check whether an empty string is passed to removeDuplicatesUsingSorting method
2018-11-23 07:46:20 -08:00
..
src BAEL 2330 2018-11-23 07:46:20 -08:00
README.md BAEL-2166 BAEL-2302 update README (#5728) 2018-11-18 22:55:50 -06:00
pom.xml BAEL-2142 Code revision to WordIndexer and JUnit (#5484) 2018-10-26 21:06:48 -05:00