Commit Graph

44 Commits

Author SHA1 Message Date
edizor
b0895d0b99 Update README.md
[skip ci]
2023-04-28 21:02:28 +08:00
Kai Yuan
512eb3b5a5 [BAEL-6371_char_frequence] Find the Most Frequent Characters in a String (#13877) 2023-04-23 20:46:39 -05:00
Dhawal Kapil
bb5bfa992a JAVA-19536 Fix formatting of pom.xmls 2023-04-05 07:14:09 +05:30
edizor
7e87aefa2b Update README.md
[skip ci]
2023-02-17 18:27:38 +08:00
Alexandru Borza
1b165262f3 BAEL-6195 Find the First Embedded Occurrence of an Integer in a Java String (#13448)
* initialize arraylist with null or zeros

* configure pom parent

* move code

* delete module

* BAEL-6195

* first occurence of an integer

* review changes
2023-02-11 10:08:29 +05:30
edizor
144f51cd9d Update README.md
[skip ci]
2022-11-30 07:19:54 +08:00
Bhaskar Ghosh Dastidar
c7b4b1da21 [JAVA-5980] First Non Repeating Character (#13072)
* [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>
2022-11-24 15:41:35 -08:00
sampadawagde
6b1dd1563d JAVA-10138 - Fix formatting of POMs 2022-03-13 14:48:44 +05:30
ashleyfrieze
73addd6246 BAEL-5354 Add improvement to cover JDK11 solution to the repeated string problem (#11756) 2022-01-30 21:49:04 -06:00
Asjad J
5308628c96 Update README.md
added link back to article: Generating a Java String of N Repeated Characters
2022-01-23 09:40:01 +05:00
Krzysiek
8e107364da JAVA-9486: Use guava.version defined in the parent pom 2022-01-17 20:18:43 +01:00
kwoyke
0b629590de Merge pull request #11670 from freelansam/JAVA-9022
JAVA-9022: Fix formatting of POMs
2022-01-13 09:50:07 +01:00
Teica
9ef74e2c29 BAEL-5277 generate string of repeated characters (#11611)
* 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>
2022-01-12 23:44:15 +00:00
sampadawagde
150dbd10e7 JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
johnA1331
cbdd5f56c2 Update README.md 2021-12-04 16:14:21 +08:00
Loredana Crusoveanu
ece4d5af42 remove duplicate dependency 2021-12-02 11:20:46 +02:00
Loredana Crusoveanu
b35c4e810d Merge branch 'master' into fix-5227 2021-12-02 11:16:06 +02:00
Matea Pejčinović
1136538b0b removed Hamcrest 2021-12-01 21:28:24 +01:00
Teica
3041ad3724 Feature bael 5253 (#11526)
* 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>
2021-11-29 16:26:16 -08:00
Matea Pejčinović
4f0535e070 renaming the test class 2021-11-28 18:14:42 +01:00
Matea Pejčinović
12baca5a20 BAEL-5253 moving the tests to other module 2021-11-28 18:03:38 +01:00
Krzysiek
b978d68efb JAVA-8436: Remove AssertJ depenendency from the child modules - part 4 2021-11-18 14:03:13 +01:00
freelansam
2dd519f647 Merge branch 'master' into JAVA-8204 2021-11-09 18:20:05 +05:30
sampadawagde
2982c91e7d JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
chaos2418
e29458d406 JAVA-1665: updated parent-java's junit and surefire configurations 2021-11-03 09:03:23 +05:30
freelansam
160b977f61 JAVA-7433: Fix references to parents (#11275) 2021-10-05 01:08:39 +05:30
johnA1331
8ff126d17a Update README.md 2021-09-29 23:38:32 +08:00
Ashish Gupta
34c2e1947f Update EmailValidationUnitTest.java 2021-09-12 14:53:30 +05:30
Ashish Gupta
e8ae5d9f1b Update EmailValidationUnitTest.java 2021-09-12 13:20:42 +05:30
Ashish Gupta
73182cabd3 Update EmailValidation.java 2021-09-12 13:19:16 +05:30
Ashish Gupta
784ff6380d Update EmailValidationUnitTest.java 2021-08-16 11:58:55 +05:30
Ashish Gupta
298a826c74 Update EmailValidationUnitTest.java 2021-08-16 11:51:31 +05:30
Ashish Gupta
5d53c22160 Update EmailValidation.java 2021-08-16 11:50:58 +05:30
Ashish Gupta
09e94ba850 Add files via upload 2021-08-07 12:38:09 +05:30
Ashish Gupta
72b4a568b4 Add files via upload 2021-08-07 12:34:38 +05:30
Ashish Gupta
f7a4cd0861 Update pom.xml 2021-08-07 12:33:12 +05:30
freelansam
69a1db0eb0 JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs

* correct build error
2021-08-03 00:27:15 +05:30
sampadawagde
05864e8bc2 JAVA-5223: Fix formatting of POMs (Part 5) 2021-05-06 22:41:38 +05:30
Krzysztof Woyke
b13ae16104 JAVA-3586: Get rid of the overriden commons-lang3.version property 2021-01-04 23:01:41 +01:00
François Dupire
da21b60f9a [JAVA-1657] Junit and Maven Surefire Plugin upgrade in core-java-modules (#9301)
* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade

* [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java

* [JAVA-1657] Upgraded JUnit Jupiter version

* [JAVA-1657] Get JUnit 4 dependency transitively
2020-05-25 19:45:48 +05:30
amit.pandey
04c9af4965 pom formatting 2020-03-15 18:22:24 +05:30
johnA1331
4a7796186d Update README.md 2020-01-23 15:12:47 +08:00
amit.pandey
b315bf35c6 move versions in properties 2020-01-16 01:53:26 +05:30
wugangca
ef0128e21a BAEL-3418 Check If Two Strings Are Anagrams in Java (#8139)
* 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
2019-12-07 20:35:19 +00:00