I need to write a Java Comparator class that compares Strings, however with one twist. If the two strings it is comparing are the same at the beginning and end of the strin
I created a project to compare the different implementations. It is far from complete, but it is a starting point.