* [JAVA-5980] First Non Repeating Character
* [JAVA-5980] renamed UnitTest class
* [JAVA-5980] changed file location to core-java-string-algorithms-3
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
* BAEL-5277 generate string of repeated characters
* BAEL-5277 fixed test
* BAEL-5277 fixing tests
* removed public from class and methods, removed unnecessary test examples, extracted contants
* renamed constants
* renamed a test
* fixed the string repeat test
* removed public from class and method
* modified the test
* reset the java version
* tests added
* added apache dependency
* removed repeat method for string
* updated tests
* fixed tests
* added two additional tests
* formatted code
* renaming variables
* 1.0.0 | FIX removed unnecessary annotation
* removing EMPTY_STRING constant
Co-authored-by: Matea Pejčinović <matea.pejcinovic@intellexi.hr>
* BAEL-5032 Swagger to PDF
* BAEL-5032 added lombok as dependency
* BAEL-5253 moving the tests to other module
* renaming the test class
* Update pom.xml
* Update pom.xml
* Update pom.xml
* Delete pom.xml
* Create pom.xml
Co-authored-by: Matea Pejčinović <matea.pejcinovic@intellexi.hr>
* BAEL-3418 Check If Two Strings Are Anagrams in Java
* BAEL-3418 Update code based on code review feedback.
* BAEL-3418 Update comments and rename constant based on code review feedback.
* Move the repository to core-java-modules/core-java-string-algorithms-3/
* BAEL-3418 Only support alpha characters for the anagram
* BAEL-3418 use preprocess in a separate method
* BAEL-3418 Remove the temp variables