Commit Graph

12 Commits

Author SHA1 Message Date
Nick ba001ed4a2 Examples for 'Finding the difference between two strings in Java' (#7625)
* initial commit

* Reformatting and addressing review comments

* Examples for 'Finding the difference between two strings in Java'

* Removing evaluation article code

* Adding benchmarks

* Removing performance tests from unit test class

* upgrading diff-match-patch version

* making benchmark methods return a value

* Moving code to java-strings-3

* Moving stuff around

* New unit test format
2019-09-09 13:57:25 +01:00
Shubhra Srivastava c4a1b44b39 Bael 3207 convert char array to string (#7720)
* BAEL-320 Convert Char Array to String

* BAEL-3207 re-formatting

* BAEL-3207 some changes
2019-09-03 21:41:21 -07:00
Shubhra Srivastava 4e926d3f06 BAEL-3207 Convert Char Array to String (#7692)
* BAEL-320 Convert Char Array to String

* BAEL-3207 re-formatting
2019-09-01 08:48:20 -07:00
alfred.samanga@gmail.com 07b01f6dbc Updated Unit tests 2019-08-22 21:00:45 +02:00
alfred.samanga@gmail.com 3058af87a9 Updated manual word count code to catter for apostrophes in words like John's 2019-08-22 20:51:43 +02:00
alfred.samanga@gmail.com 73bde4e2c3 Updated Rejex to catter for apostrophes in words like John's 2019-08-22 16:48:40 +02:00
alfred.samanga@gmail.com 0c27e46de3 Changed implementation of the method that manually count words in a string for originality. 2019-08-18 20:31:07 +02:00
alfred.samanga@gmail.com f9cf8eefe2 Removed unnecessary main method. Changed assert methods to the one for comparing integers 2019-08-17 08:09:15 +02:00
alfred.samanga@gmail.com 0dcf126861 Added test code for counting words in a string in Java 2019-08-14 20:39:00 +02:00
alfred.samanga@gmail.com c23cf58cd8 Implemented the code to count words in a string in Java 2019-08-14 17:13:49 +02:00
Kevin Kraus 2aeb078fd1 BAEL-3154 (#7479)
* BAEL-3154

* BAEL-3154 add Apache Commons Lang example

* Moved to java-strings-3
2019-08-10 20:26:35 +02:00
Justin Albano b891c53dcc BAEL-3141: Created new module for 'Converting Java String to Double' and other newly created string articles. (#7548) 2019-08-10 18:40:34 +02:00